From 6d6dd3db5cbbc658320efadbaf53861b05f2be6f Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sat, 7 Dec 2013 21:17:07 -0500 Subject: [PATCH] Adding mingw libraries (liblua.a) to gitignore --- .gitignore | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 9ca6142f..2cf6d7dd 100644 --- a/.gitignore +++ b/.gitignore @@ -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