2016-02-26 02:44:06 +08:00
|
|
|
# Python (Bytecode)
|
|
|
|
*.pyc
|
2016-02-25 22:26:52 +08:00
|
|
|
|
2016-02-26 02:44:06 +08:00
|
|
|
# ninja files
|
2016-02-25 22:26:52 +08:00
|
|
|
*.ninja
|
|
|
|
|
|
|
|
# Visual Studio
|
2016-02-26 02:44:06 +08:00
|
|
|
*.props
|
|
|
|
*.user
|
|
|
|
.vs/
|
2013-12-08 10:17:07 +08:00
|
|
|
Debug/
|
|
|
|
Release/
|
|
|
|
x64/
|
|
|
|
*.vcxproj
|
|
|
|
*.vcxproj.filters
|
|
|
|
*.tlog
|
|
|
|
*.lastbuildstate
|
|
|
|
*.idb
|
|
|
|
*.sln
|
|
|
|
*.gitattributes
|
2016-02-25 22:26:52 +08:00
|
|
|
|
2016-02-26 02:44:06 +08:00
|
|
|
# Compiler outputs
|
|
|
|
obj/*
|
|
|
|
bin/*
|
|
|
|
|
|
|
|
# Dropbox interference
|
|
|
|
.dropbox*
|
|
|
|
|
|
|
|
# QtCreator
|
|
|
|
*.creator.user.*
|
2014-05-26 01:46:23 +08:00
|
|
|
*.config
|
|
|
|
*.creator
|
|
|
|
*.files
|
|
|
|
*.includes
|
2016-02-26 02:44:06 +08:00
|
|
|
|
|
|
|
# Scratchpad Files
|
|
|
|
main2.cpp
|
|
|
|
main.cpp
|
|
|
|
|
|
|
|
# Local Lua Testbeds
|
|
|
|
lua-5.3.2/
|
|
|
|
lua-5.3.1/
|
|
|
|
lua-5.3.0/
|
|
|
|
lua-5.2.4/
|
|
|
|
lua-5.2.2/
|
|
|
|
lua-5.2.3/
|
|
|
|
lua-5.1.5/
|
|
|
|
luajit-2.0.4/
|
|
|
|
luajit-2.0.3/
|
|
|
|
include/
|
|
|
|
liblua.a
|
|
|
|
lib/liblua5.2.a
|
|
|
|
|
|
|
|
# Windows Crap
|
|
|
|
desktop.ini
|