summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-16 21:54:14 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-16 21:54:14 -0400
commitdcd02f4498b97a4a5d4dfce975142d8f98bfd892 (patch)
tree91986866e8db7c115a7e8ba66e6f74074fd88579
parentbf3efc6c7131617ae288fa94bca9d6271fb6a287 (diff)
.git.info.exclude: better sollution than the !.*/*/*/* crap
-rw-r--r--.git.info.exclude13
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