dotfiles

Author: Kyle Fuller <kyle@mentallyfriendly.com> 2012-12-12 15:17:09 +0000 +0000
Committer: Kyle Fuller <kyle@mentallyfriendly.com> 2012-12-12 15:17:09 +0000 +0000
Commit: a0f64922aaedb728a144e1363fb0023e08fd6d48
Parent: 74e8dc74be465a2eeac52952e51bc5adc5f96f5e


Move global gitignore to a different location, ignore everything
diff --git a/.gitconfig b/.gitconfig
index 34825c11c79bd4e5572541f066d59ebad28ba5fe..e2135f914d4cd97ff8cf5dc93610a53414b8a1ef 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -3,7 +3,7 @@     name = Kyle Fuller
     email = inbox@kylefuller.co.uk
 
 [core]
-    excludesfile = ~/.gitignore
+    excludesfile = ~/.gitignore_global
 
 [color]
     ui = auto
diff --git a/.gitignore b/.gitignore
index 1036d343ce9bca11c81f4a0490e2d111aa806cd8..72e8ffc0db8aad71a934dd11e5968bd5109e54b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1 @@
-## Vim
-
-.*.sw[a-z]
-*.un~
-Session.vim
-
-## OS X
-
-.DS_Store
-
-# Thumbnails
-._*
-
-# Files that might appear on external disk
-.Spotlight-V100
-.Trashes
-
+*
diff --git a/.gitignore_global b/.gitignore_global
new file mode 100644
index 0000000000000000000000000000000000000000..1036d343ce9bca11c81f4a0490e2d111aa806cd8
--- /dev/null
+++ b/.gitignore_global
@@ -0,0 +1,17 @@
+## Vim
+
+.*.sw[a-z]
+*.un~
+Session.vim
+
+## OS X
+
+.DS_Store
+
+# Thumbnails
+._*
+
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
+