[Android] gitignore: ignore vim temporary files
Ludovic Fauvet
git at videolan.org
Fri Jun 22 17:11:46 CEST 2012
android | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Jun 22 17:04:38 2012 +0200| [8218d7fa52a72af705126bbb4c94958d249a23f8] | committer: Ludovic Fauvet
gitignore: ignore vim temporary files
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=8218d7fa52a72af705126bbb4c94958d249a23f8
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index e668f1d..b5ae6d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@
vlc-android/local.properties
.DS_Store
*.keystore
+*~
+.*.swp
More information about the Android
mailing list