mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Merge/ fixed up gitignore
This commit is contained in:
parent
a76d38571d
commit
dd522b16b0
64
.gitignore
vendored
64
.gitignore
vendored
|
@ -1,25 +1,13 @@
|
||||||
obj/
|
# Python (Bytecode)
|
||||||
bin/
|
|
||||||
dev*
|
|
||||||
lib/
|
|
||||||
|
|
||||||
sol/include/
|
|
||||||
|
|
||||||
# Ninja
|
|
||||||
*.ninja
|
|
||||||
|
|
||||||
# Benchmarking
|
|
||||||
bench/
|
|
||||||
|
|
||||||
# Lua
|
|
||||||
lua-*/
|
|
||||||
luajit-*/
|
|
||||||
liblua.*
|
|
||||||
|
|
||||||
# Python
|
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# ninja files
|
||||||
|
*.ninja
|
||||||
|
|
||||||
# Visual Studio
|
# Visual Studio
|
||||||
|
*.props
|
||||||
|
*.user
|
||||||
|
.vs/
|
||||||
Debug/
|
Debug/
|
||||||
Release/
|
Release/
|
||||||
x64/
|
x64/
|
||||||
|
@ -30,16 +18,38 @@ x64/
|
||||||
*.idb
|
*.idb
|
||||||
*.sln
|
*.sln
|
||||||
*.gitattributes
|
*.gitattributes
|
||||||
desktop.ini
|
|
||||||
.vs/
|
|
||||||
|
|
||||||
include/
|
# Compiler outputs
|
||||||
|
obj/*
|
||||||
|
bin/*
|
||||||
|
|
||||||
|
# Dropbox interference
|
||||||
|
.dropbox*
|
||||||
|
|
||||||
|
# QtCreator
|
||||||
|
*.creator.user.*
|
||||||
*.config
|
*.config
|
||||||
*.creator
|
*.creator
|
||||||
*.files
|
*.files
|
||||||
*.includes
|
*.includes
|
||||||
*.ninja
|
|
||||||
*.user
|
# Scratchpad Files
|
||||||
.dropbox*
|
main2.cpp
|
||||||
*.creator.user.*
|
main.cpp
|
||||||
*.props
|
|
||||||
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user