summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-09-12 17:47:56 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-09-12 17:47:57 +0200
commitde955822baa363710e9153a2e3af848552cbd6d8 (patch)
tree7e8643ee6191c1a523b41f7555eb7751704b3248
parent347796d44bf7ba8506110425e125412a1db5c08f (diff)
downloaddotfiles-de955822baa363710e9153a2e3af848552cbd6d8.tar.gz
dotfiles-de955822baa363710e9153a2e3af848552cbd6d8.tar.bz2
dotfiles-de955822baa363710e9153a2e3af848552cbd6d8.zip
Global git ignore
-rw-r--r--.gitconfig2
-rw-r--r--.gitexcludes4
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index c7be5c0..3f47b1c 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -23,5 +23,7 @@
default = tracking
[diff]
rename = copy
+[core]
+ excludesfile = ~/.gitexcludes
# vim: noexpandtab
diff --git a/.gitexcludes b/.gitexcludes
new file mode 100644
index 0000000..2bb6590
--- /dev/null
+++ b/.gitexcludes
@@ -0,0 +1,4 @@
+*.pyc
+*.so
+*.o
+.*.sw?