global gitignore

This commit is contained in:
Christian Nieves
2024-12-15 12:43:08 -06:00
parent bcc9f32bdb
commit aefb0f1815
2 changed files with 20 additions and 0 deletions

View File

@ -35,6 +35,7 @@
po = push origin
[core]
autocrlf = false
excludesfile = /Users/christian/.gitignore_global
[icdiff]
options = --highlight --line-numbers
[merge]

19
git/.gitignore_global Normal file
View File

@ -0,0 +1,19 @@
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so