Adding Makefile and zprofile/xsession

This commit is contained in:
2023-04-01 20:50:36 +02:00
parent c354e3f9c8
commit b7e3874312
19 changed files with 77 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[color]
ui = auto
[user]
name = Lionel Sambuc
email = lionel.sambuc@gmail.com
[merge]
tool = meld
[core]
editor = /usr/bin/vim
excludesfile = /Users/sambuc/.config/git/ignore
[push]
default = simple
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
+53
View File
@@ -0,0 +1,53 @@
# Ignore all generated files :
*.[oa]
*.tmp*
*.log
*.pyc
*.elf
*.cmd
*.dis
*.sym
*.bin
*.exe
# Backup files
*~
*~~
*.swp
*.old
*.orig
# MacOS files
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Hidden files
#.??* # Remove this comment in a project
# except the followings:
!.gitignore