aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-09 01:51:34 +0200
committerMax Christian Pohle2015-09-09 01:51:34 +0200
commit2572ae93322fc8cde33beb54e92290d1831836df (patch)
tree2ba31849db40d4e4d17e02e38bfb20658dfbd645 /.gitignore
parentf76eebbfdbfc709367475ba23b6523bd4f1598cd (diff)
downloadvim-2572ae93322fc8cde33beb54e92290d1831836df.tar.bz2
vim-2572ae93322fc8cde33beb54e92290d1831836df.zip
fixed bracket error and set default file format to utf-8
I also added some more notes to the INSTALL file, nothing special though
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e5a224b..93df1ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
4!indent/.keep 4!indent/.keep
5/spell/** 5/spell/**
6!spell/.keep 6!spell/.keep
7/systags
..