summaryrefslogtreecommitdiff
path: root/.git.info.exclude.in
diff options
context:
space:
mode:
Diffstat (limited to '.git.info.exclude.in')
-rw-r--r--.git.info.exclude.in47
1 files changed, 47 insertions, 0 deletions
diff --git a/.git.info.exclude.in b/.git.info.exclude.in
new file mode 100644
index 0000000..2d09032
--- /dev/null
+++ b/.git.info.exclude.in
@@ -0,0 +1,47 @@
+# Defualt to ignoring all files
+/*
+# except these:
+
+# The things I actually want to track
+!/.config
+!/.local*
+
+# The file that generates this one
+!/.git.info.exclude.in
+
+# The relevent programs do not like symlinks for these:
+!/.gtkrc-2.0
+!/.gtkrc-2.0.mine
+
+# Ignore temp/log/history files
+*.log
+log.*
+log
+
+*.tmp
+*.tmp.*
+tmp.*
+tmp-*
+tmp
+
+*_history
+*_hist
+history.*
+history
+
+*.lock
+.~lock.*#
+*.lock.*
+lock
+
+*.state
+*.cookie
+*.bak
+
+*authority
+*cache*
+
+# Ignore files left by editors
+*~
+.#*
+\#*#