diff --git a/.gitignore b/.gitignore index 63347a5d5..3f3ae806f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ Frameworks/libssh2.framework Frameworks/openssl.framework Resources/AppFont/ -Resources/vim/ ## Other *.moved-aside diff --git a/Resources/vim/.gitignore b/Resources/vim/.gitignore new file mode 100644 index 000000000..989809677 --- /dev/null +++ b/Resources/vim/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything +* +# Except this file +!.gitignore