Add .a files to .gitignore

This commit is contained in:
heinrich5991 2021-12-20 16:45:23 +01:00
parent 9045f99ac4
commit d8f78e23bb

4
.gitignore vendored
View file

@ -36,6 +36,8 @@ pack_*/
rules.ninja rules.ninja
testrunner\[1\]_include.cmake testrunner\[1\]_include.cmake
/SDL2.framework
# Ignore all the generated executables without extensions (for non-Windows # Ignore all the generated executables without extensions (for non-Windows
# systems). # systems).
DDNet DDNet
@ -89,6 +91,7 @@ tags
/config.lua /config.lua
/objs /objs
*.a
*.cmd *.cmd
*.dll *.dll
*.dmg *.dmg
@ -117,4 +120,3 @@ tags
*.user *.user
*.vcxproj *.vcxproj
*.zip *.zip
/SDL2.framework