aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/.gitconfig5
-rw-r--r--files/.gitignore10
2 files changed, 15 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig
index 6ce704b..1c54287 100644
--- a/files/.gitconfig
+++ b/files/.gitconfig
@@ -12,6 +12,7 @@
stat = true
[core]
pager = less -+$LESS -FRX
+ excludesfile = ~/.gitignore
[alias]
diffstat = diff --stat -r
co = checkout
@@ -33,3 +34,7 @@
autosetuprebase = local
[help]
autocorrect = 10
+[credential]
+ helper = cache
+[remote-hg]
+ hg-git-compat = true
diff --git a/files/.gitignore b/files/.gitignore
new file mode 100644
index 0000000..1e9d1b3
--- /dev/null
+++ b/files/.gitignore
@@ -0,0 +1,10 @@
+# Eclipse project files
+.classpath
+.project
+.settings
+
+# SASS
+.sass-cache
+
+# Python
+*.pyc