summaryrefslogtreecommitdiff
path: root/.config/git/ignore
diff options
context:
space:
mode:
Diffstat (limited to '.config/git/ignore')
-rw-r--r--.config/git/ignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/git/ignore b/.config/git/ignore
new file mode 100644
index 0000000..006a323
--- /dev/null
+++ b/.config/git/ignore
@@ -0,0 +1,13 @@
+# Things in /srv/git directly to ignore
+/.??*
+!/.config/
+
+# General files to ignore
+*~
+*.sample
+
+# Ignore most of the things in git repos
+**/*.git/*
+!**/*.git/config
+!**/*.git/description
+!**/*.git/hooks/