git - start with global excludesfile
This commit is contained in:
parent
576aa82a5b
commit
43ae41f493
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]
|
[user]
|
||||||
name = Felix Van der Jeugt
|
|
||||||
email = felix.vanderjeugt@gmail.com
|
email = felix.vanderjeugt@gmail.com
|
||||||
[push]
|
name = Felix Van der Jeugt
|
||||||
default = simple
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
[merge]
|
||||||
|
conflictstyle = diff3
|
||||||
|
[push]
|
||||||
|
default = simple
|
||||||
|
[core]
|
||||||
|
excludesfile = ~/.config/gitignore
|
||||||
|
Loading…
Reference in New Issue
Block a user