Commit c0e08166 authored by Megax's avatar Megax
Browse files

* Update .gitignore

parent a98949e7
# Autosave files
*~
*.pc
*.obj *.obj
*.pidb *.pidb
*.mdb *.mdb
*/bin/* */bin/*
Run/ Run/
# build stuff
Applications/LuaRunner/luarunner
ConsoleTest/consoletest
#ignore thumbnails created by windows #ignore thumbnails created by windows
Thumbs.db Thumbs.db
#Ignore files build by Visual Studio #Ignore files build by Visual Studio
...@@ -35,3 +43,19 @@ _ReSharper*/ ...@@ -35,3 +43,19 @@ _ReSharper*/
UpgradeLog.XML UpgradeLog.XML
*.ReSharper *.ReSharper
*.userprefs *.userprefs
# http://www.gnu.org/software/automake
Makefile
Makefile.in
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/config.status
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment