aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLelixSuper <emanuele98@openmailbox.org>2016-07-16 17:39:15 +0200
committerLelixSuper <emanuele98@openmailbox.org>2016-07-16 17:39:15 +0200
commitf685acd69ed1fa6cd8e4408037d513ad24e0c344 (patch)
tree632a2285f16f7e30d1047ffd0e0a94e15d951548
parentdbec22f2df42811216454ffa3e9bdd4d5e4b8d45 (diff)
downloadraylib-f685acd69ed1fa6cd8e4408037d513ad24e0c344.tar.gz
raylib-f685acd69ed1fa6cd8e4408037d513ad24e0c344.zip
update '.gitignore' file to ignore VIM's files
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cf9cdfe1..8b584cf1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,9 @@
# Ignore generated files
# ...
+# Ignore VIM's backup generated files
+*.swp
+
# Ignore Android generated files and folders
src_android/obj/
templates/android_project/bin/
@@ -68,9 +71,8 @@ src/libraylib.bc
# oculus example
!examples/oculus_glfw_sample/
-
# external libraries DLLs
!src/external/glfw3/lib/win32/glfw3.dll
!src/external/openal_soft/lib/win32/OpenAL32.dll
!src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll
-!src/external/pthread/pthreadGC2.dll \ No newline at end of file
+!src/external/pthread/pthreadGC2.dll