Update .gitignore
This commit is contained in:
parent
bcb9b838f2
commit
183e1e8ecc
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
bin/
|
bin/
|
||||||
lib/
|
lib/
|
||||||
oneshot\.dir/
|
*.dir/
|
||||||
x64/
|
x64/
|
||||||
|
|
||||||
Makefile*
|
Makefile*
|
||||||
|
|
@ -28,6 +28,7 @@ __pycache__
|
||||||
/dist
|
/dist
|
||||||
/debug
|
/debug
|
||||||
/release
|
/release
|
||||||
|
steamshim_parent/build/
|
||||||
|
|
||||||
object_script.*
|
object_script.*
|
||||||
rpgscript.bat
|
rpgscript.bat
|
||||||
|
|
@ -54,6 +55,4 @@ package/
|
||||||
|
|
||||||
oclint/
|
oclint/
|
||||||
|
|
||||||
steamshim_parent/build/
|
|
||||||
|
|
||||||
steamworks/
|
steamworks/
|
||||||
Loading…
Reference in New Issue