summaryrefslogtreecommitdiff
path: root/.git.info.exclude.in
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:50:32 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:50:32 -0400
commit9e79a6c3bbc37c2eec19e055566440f0b1173c5c (patch)
tree7516e65c0289b9a68b3a97fe2abbdf0d7dba8d8d /.git.info.exclude.in
parent5c42078bd052705b69d6ea93ff7617445be43789 (diff)
parentd65775a22e1648eca8e74389a4d9c1c299017cf3 (diff)
Merge remote-tracking branch 'origin/master' into purdue-cs
Conflicts: .config/X11/clientrc .config/bash/rc.d/emacs.sh .config/bash/rc.sh .config/conkeror .config/conkerorrc .config/emacs/custom.el .config/irbrc .config/login.sh .config/maildirproc/att.rc .config/maildirproc/default.rc .config/offlineimaprc .config/ssh/config .config/wmii-hg/autostart .config/wmii-hg/include.sh .config/wmii-hg/quit .config/wmii-hg/rbar_battery .config/wmii-hg/rbar_clock .config/wmii-hg/rbar_cpu .config/wmii-hg/rbar_wifi .conkerorrc .maildirproc/default.rc
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
+*~
+.#*
+\#*#