mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
73 lines
760 B
Text
73 lines
760 B
Text
# Python (Bytecode)
|
|
*.pyc
|
|
|
|
# ninja files
|
|
*.ninja
|
|
|
|
# Visual Studio
|
|
*.props
|
|
*.user
|
|
.vs/
|
|
Debug/
|
|
Release/
|
|
x64/
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.tlog
|
|
*.lastbuildstate
|
|
*.idb
|
|
*.sln
|
|
*.gitattributes
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# Compiler outputs
|
|
obj/*
|
|
bin/*
|
|
|
|
# Dropbox interference
|
|
.dropbox*
|
|
|
|
# QtCreator
|
|
*.creator.user.*
|
|
*.config
|
|
*.creator
|
|
*.files
|
|
*.includes
|
|
|
|
# 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
|
|
*.sublime-workspace
|
|
docs/build/
|
|
*.sublime-project
|
|
m.lua
|
|
single/sol.hpp
|
|
*.db
|
|
lua53.dll
|
|
main.exe
|
|
main.o
|
|
lua-5.3.3/
|
|
main.lua
|
|
LuaJIT-2.1.0/
|
|
lua-5.3.3-cxx/
|
|
lua-5.3.3.vcxproj-cxx.filters
|
|
sol.pyproj
|