diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-09-16 21:54:14 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-09-16 21:54:14 -0400 |
commit | dcd02f4498b97a4a5d4dfce975142d8f98bfd892 (patch) | |
tree | 91986866e8db7c115a7e8ba66e6f74074fd88579 | |
parent | bf3efc6c7131617ae288fa94bca9d6271fb6a287 (diff) |
.git.info.exclude: better sollution than the !.*/*/*/* crap
-rw-r--r-- | .git.info.exclude | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/.git.info.exclude b/.git.info.exclude index d9080bd..1c3e168 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -1,19 +1,8 @@ # Defualt to ignoring all files -* +/* # Except dotfiles !.* -!.*/* -!.*/*/* -!.*/*/*/* -!.*/*/*/*/* -!.*/*/*/*/*/* -!.*/*/*/*/*/*/* -!.*/*/*/*/*/*/*/* -!.*/*/*/*/*/*/*/*/* -!.*/*/*/*/*/*/*/*/*/* -!.*/*/*/*/*/*/*/*/*/*/* -!.*/*/*/*/*/*/*/*/*/*/*/* # Or Makefile !Makefile |