diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-11 22:53:20 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-11 22:53:20 +0200 |
commit | 2473348c5d6c18aff68bb000186796f4793f271d (patch) | |
tree | dba567e424ab7e1447ad26da443cf026805ba972 /.gitignore | |
parent | 210b71502b90e2f64ea2b21725dab7221b5e88c4 (diff) | |
download | nextcloud-server-2473348c5d6c18aff68bb000186796f4793f271d.tar.gz nextcloud-server-2473348c5d6c18aff68bb000186796f4793f271d.zip |
Add .vimrc to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ac58f3e6a63..e2ff07d14d8 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,9 @@ nbproject # Cloud9IDE .settings.xml +# vim ex mode +.vimrc + # Mac OS .DS_Store |