git - start with global excludesfile
This commit is contained in:
parent
576aa82a5b
commit
43ae41f493
2 changed files with 20 additions and 3 deletions
13
config/gitignore
Normal file
13
config/gitignore
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
# Compressed files
|
||||
*.gz
|
||||
*.zip
|
||||
|
||||
# Java
|
||||
*.jar
|
||||
*.class
|
||||
|
||||
# C
|
||||
*.o
|
||||
a.out
|
||||
|
10
gitconfig
10
gitconfig
|
@ -1,7 +1,11 @@
|
|||
[user]
|
||||
name = Felix Van der Jeugt
|
||||
email = felix.vanderjeugt@gmail.com
|
||||
[push]
|
||||
default = simple
|
||||
name = Felix Van der Jeugt
|
||||
[pull]
|
||||
rebase = true
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
[push]
|
||||
default = simple
|
||||
[core]
|
||||
excludesfile = ~/.config/gitignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue