git: Minor update

- gitignore: Formatting
- gitconfig: Fix excludesFile
This commit is contained in:
Bill Nibz 2017-08-15 22:45:14 -04:00
parent c961f54166
commit acb63ec810
2 changed files with 2 additions and 17 deletions

View file

@ -9,4 +9,4 @@
relativePaths = false
[core]
excludesfile = ~/.gitignore
excludesFile = ~/.gitignore

View file

@ -1,12 +1,7 @@
# Global gitignore file
# bill_niblock@yahoo.com
##
# Stolen from octocat: https://gist.github.com/octocat/9257657
##
# Compiled source #
###################
*.com
*.class
*.dll
@ -15,9 +10,6 @@
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
@ -28,13 +20,11 @@
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
@ -43,12 +33,7 @@
ehthumbs.db
Thumbs.db
##
# Additions
##
# Vim Related #
###############
*.swp
.netrwhist
.un~
*.un~