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/*
|
||||
bin/*
|
||||
*.ninja*
|
||||
demacro.txt
|
||||
Shinobi2
|
||||
dev.*
|
||||
main.cpp
|
||||
sol.scratch.cpp
|
||||
lua-5.2.2/
|
||||
Debug/
|
||||
Release/
|
||||
x64/
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
*.tlog
|
||||
*.lastbuildstate
|
||||
*.idb
|
||||
*.sln
|
||||
*.gitattributes
|
||||
obj/*
|
||||
bin/*
|
||||
*.ninja*
|
||||
demacro.txt
|
||||
Shinobi2
|
||||
dev.*
|
||||
main.cpp
|
||||
sol.scratch.cpp
|
||||
lua-5.2.2/
|
||||
Debug/
|
||||
Release/
|
||||
x64/
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
*.tlog
|
||||
*.lastbuildstate
|
||||
*.idb
|
||||
*.sln
|
||||
*.gitattributes
|
||||
liblua.a
|
||||
|
|
Loading…
Reference in New Issue
Block a user