mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Add .a files to .gitignore
This commit is contained in:
parent
9045f99ac4
commit
d8f78e23bb
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -36,6 +36,8 @@ pack_*/
|
|||
rules.ninja
|
||||
testrunner\[1\]_include.cmake
|
||||
|
||||
/SDL2.framework
|
||||
|
||||
# Ignore all the generated executables without extensions (for non-Windows
|
||||
# systems).
|
||||
DDNet
|
||||
|
@ -89,6 +91,7 @@ tags
|
|||
/config.lua
|
||||
/objs
|
||||
|
||||
*.a
|
||||
*.cmd
|
||||
*.dll
|
||||
*.dmg
|
||||
|
@ -117,4 +120,3 @@ tags
|
|||
*.user
|
||||
*.vcxproj
|
||||
*.zip
|
||||
/SDL2.framework
|
||||
|
|
Loading…
Reference in a new issue