summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-12-11 16:36:50 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2013-12-11 16:36:50 +0000
commit32a1855926d886f869fd42f522e1e5b3ff18bdea (patch)
tree50d6dbfec5662b8e9a5156160a692531f2dcfcfd /gitconfig
parent937ac7394279d20e573b6e819753b513677ed543 (diff)
Set a global gitignore file
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@655 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index bc45e69..125993e 100644
--- a/gitconfig
+++ b/gitconfig
@@ -21,3 +21,5 @@
mergeoptions = --no-ff --no-commit
[branch "debian"]
mergeoptions = --no-ff --no-commit
+[core]
+ excludesfile = ~/.gitignore