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/
|
||||
bin/
|
||||
dev*
|
||||
lib/
|
||||
|
||||
sol/include/
|
||||
|
||||
# Ninja
|
||||
*.ninja
|
||||
|
||||
# Benchmarking
|
||||
bench/
|
||||
|
||||
# Lua
|
||||
lua-*/
|
||||
luajit-*/
|
||||
liblua.*
|
||||
|
||||
# Python
|
||||
# Python (Bytecode)
|
||||
*.pyc
|
||||
|
||||
# ninja files
|
||||
*.ninja
|
||||
|
||||
# Visual Studio
|
||||
*.props
|
||||
*.user
|
||||
.vs/
|
||||
Debug/
|
||||
Release/
|
||||
x64/
|
||||
|
@ -30,16 +18,38 @@ x64/
|
|||
*.idb
|
||||
*.sln
|
||||
*.gitattributes
|
||||
desktop.ini
|
||||
.vs/
|
||||
|
||||
include/
|
||||
# Compiler outputs
|
||||
obj/*
|
||||
bin/*
|
||||
|
||||
# Dropbox interference
|
||||
.dropbox*
|
||||
|
||||
# QtCreator
|
||||
*.creator.user.*
|
||||
*.config
|
||||
*.creator
|
||||
*.files
|
||||
*.includes
|
||||
*.ninja
|
||||
*.user
|
||||
.dropbox*
|
||||
*.creator.user.*
|
||||
*.props
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user