Browse Source

Add global git ignore config

merge-requests/1/merge
lhark 10 years ago
parent
commit
181b1afc2c
  1. 2
      gitconfig
  2. 1
      gitignore_global

2
gitconfig

@ -1,3 +1,5 @@
[core]
excludesfile = ~/.gitignore_global
[user]
name = lhark
email = lhark@hotmail.fr

1
gitignore_global

@ -0,0 +1 @@
.ropeproject
Loading…
Cancel
Save