aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-06 14:35:31 +0200
committerMax Christian Pohle2015-09-06 14:35:31 +0200
commit4b98671e80723926b811f5655e792ecb57bad45d (patch)
tree353b1f2af950df17b8afa42765ea1af5af13887d /.gitignore
parent64436bf70832028052dd278760761230d7d0bc77 (diff)
downloadvim-4b98671e80723926b811f5655e792ecb57bad45d.tar.bz2
vim-4b98671e80723926b811f5655e792ecb57bad45d.zip
cleaned up git submodules, added an empty temp/-folder for backup/undo files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7b36982
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
1/temp/**
2!temp/.keep
..