Commit 703bd264 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Merge pull request #2 from megax/master

Update gitignores
parents 65600086 255fb5be
# Autosave files
*~
*.pc
*.obj *.obj
*.pidb *.pidb
*.mdb *.mdb
*/bin/* */bin/*
Run/ Run/
# build stuff
Applications/LuaRunner/luarunner
ConsoleTest/consoletest
tests/KeraLua.dll
tests/KopiLua.dll
tests/NLua.dll
tests/NLuaTest.dll
tests/nunit.framework.dll
#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 +48,19 @@ _ReSharper*/ ...@@ -35,3 +48,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