git: Minor update
- gitignore: Formatting - gitconfig: Fix excludesFile
This commit is contained in:
parent
c961f54166
commit
acb63ec810
2 changed files with 2 additions and 17 deletions
|
@ -9,4 +9,4 @@
|
||||||
relativePaths = false
|
relativePaths = false
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesFile = ~/.gitignore
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
# Global gitignore file
|
# Global gitignore file
|
||||||
# bill_niblock@yahoo.com
|
|
||||||
|
|
||||||
##
|
|
||||||
# Stolen from octocat: https://gist.github.com/octocat/9257657
|
# Stolen from octocat: https://gist.github.com/octocat/9257657
|
||||||
##
|
|
||||||
|
|
||||||
# Compiled source #
|
# Compiled source #
|
||||||
###################
|
|
||||||
*.com
|
*.com
|
||||||
*.class
|
*.class
|
||||||
*.dll
|
*.dll
|
||||||
|
@ -15,9 +10,6 @@
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
# Packages #
|
# Packages #
|
||||||
############
|
|
||||||
# it's better to unpack these files and commit the raw source
|
|
||||||
# git has its own built in compression methods
|
|
||||||
*.7z
|
*.7z
|
||||||
*.dmg
|
*.dmg
|
||||||
*.gz
|
*.gz
|
||||||
|
@ -28,13 +20,11 @@
|
||||||
*.zip
|
*.zip
|
||||||
|
|
||||||
# Logs and databases #
|
# Logs and databases #
|
||||||
######################
|
|
||||||
*.log
|
*.log
|
||||||
*.sql
|
*.sql
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
|
||||||
# OS generated files #
|
# OS generated files #
|
||||||
######################
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.DS_Store?
|
.DS_Store?
|
||||||
._*
|
._*
|
||||||
|
@ -43,12 +33,7 @@
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
##
|
|
||||||
# Additions
|
|
||||||
##
|
|
||||||
|
|
||||||
# Vim Related #
|
# Vim Related #
|
||||||
###############
|
|
||||||
*.swp
|
*.swp
|
||||||
.netrwhist
|
.netrwhist
|
||||||
.un~
|
*.un~
|
||||||
|
|
Loading…
Reference in a new issue