aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2016-07-21 19:29:48 +0500
committerAnton Bobov <abobov@gmail.com>2016-07-21 19:29:48 +0500
commitbfba0f9b9b422a8ab8b4cfaf1916b437b6da9e16 (patch)
tree4c1cea7d06ba4099c95e9a18e6230d1f03b94980 /files
parent26c725916b18fc1baaae94bfd2e02e3076f53955 (diff)
[git] Global ignore file.
Diffstat (limited to 'files')
-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