diff options
author | Parabola git <git@parabola.nu> | 2014-12-20 21:20:21 +0000 |
---|---|---|
committer | Parabola git <git@parabola.nu> | 2014-12-20 21:20:21 +0000 |
commit | 6f5b023b0dc9c1fe92ed7773a5dd13c1ec313a76 (patch) | |
tree | ea913c1e5720461827dff47da50a901f50d7caa6 | |
parent | 02f53bb89cac507bbb07c031039c4ff3dce4e462 (diff) |
Modify the .gitignore
-rw-r--r-- | .gitignore | 20 |
1 files changed, 7 insertions, 13 deletions
@@ -1,20 +1,14 @@ # Things in /srv/git directly to ignore /.??* -!.gitignore -!.gitconfig +!/.gitignore +!/.gitconfig # General files to ignore *~ *.sample -# Things in git repos to ignore -FETCH_HEAD -HEAD -branches -#config -#description -#hooks -#info -objects -packed-refs -refs +# Ignore most of the things in git repos +**/*.git/* +!**/*.git/config +!**/*.git/description +!**/*.git/hooks/ |