update '.gitignore' file to ignore VIM's files
This commit is contained in:
parent
dbec22f2df
commit
f685acd69e
4
.gitignore
vendored
4
.gitignore
vendored
@ -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,7 +71,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user