ソースを参照

update '.gitignore' file to ignore VIM's files

LelixSuper 9 年 前
コミット
f685acd69e
1 ファイル変更4 行追加2 行削除
  1. 4 2
      .gitignore

+ 4 - 2
.gitignore

@@ -1,6 +1,9 @@
 # Ignore generated files
 # Ignore generated files
 # ...
 # ...
 
 
+# Ignore VIM's backup generated files
+*.swp
+
 # Ignore Android generated files and folders
 # Ignore Android generated files and folders
 src_android/obj/
 src_android/obj/
 templates/android_project/bin/
 templates/android_project/bin/
@@ -68,9 +71,8 @@ src/libraylib.bc
 # oculus example
 # oculus example
 !examples/oculus_glfw_sample/
 !examples/oculus_glfw_sample/
 
 
-
 # external libraries DLLs
 # external libraries DLLs
 !src/external/glfw3/lib/win32/glfw3.dll
 !src/external/glfw3/lib/win32/glfw3.dll
 !src/external/openal_soft/lib/win32/OpenAL32.dll
 !src/external/openal_soft/lib/win32/OpenAL32.dll
 !src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll
 !src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll
-!src/external/pthread/pthreadGC2.dll
+!src/external/pthread/pthreadGC2.dll