mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Adding mingw libraries (liblua.a) to gitignore
This commit is contained in:
parent
8c023c54a5
commit
6d6dd3db5c
39
.gitignore
vendored
39
.gitignore
vendored
|
@ -1,19 +1,20 @@
|
||||||
obj/*
|
obj/*
|
||||||
bin/*
|
bin/*
|
||||||
*.ninja*
|
*.ninja*
|
||||||
demacro.txt
|
demacro.txt
|
||||||
Shinobi2
|
Shinobi2
|
||||||
dev.*
|
dev.*
|
||||||
main.cpp
|
main.cpp
|
||||||
sol.scratch.cpp
|
sol.scratch.cpp
|
||||||
lua-5.2.2/
|
lua-5.2.2/
|
||||||
Debug/
|
Debug/
|
||||||
Release/
|
Release/
|
||||||
x64/
|
x64/
|
||||||
*.vcxproj
|
*.vcxproj
|
||||||
*.vcxproj.filters
|
*.vcxproj.filters
|
||||||
*.tlog
|
*.tlog
|
||||||
*.lastbuildstate
|
*.lastbuildstate
|
||||||
*.idb
|
*.idb
|
||||||
*.sln
|
*.sln
|
||||||
*.gitattributes
|
*.gitattributes
|
||||||
|
liblua.a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user