Skip to content

Commit 15e8d52

Browse files
make submodule point at latest examples_tests and add some debug stuff to gitignore
1 parent 70bd114 commit 15e8d52

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
*.ilk
1414
*.pdb
1515
*_d.exe
16-
# CEGUI's downloaded dependencies on Windows
17-
3rdparty/CEGUI/cegui-deps-0.8.x-src.zip
1816
# usually where people build
1917
android_build/*
2018
build*/*
@@ -23,9 +21,10 @@ install/*
2321
# legacy temporary and output directories
2422
lib/*
2523
doctemp/*
26-
source/obj
27-
source/Irrlicht/libIrrlichtServer.a
2824
# stuff output by examples
2925
examples_tests/*
3026
examples_tests/tmp/*
3127
android-sample/bin/*
28+
# shader debug sideeffects
29+
preprocessed.hlsl
30+
compiled.spv

0 commit comments

Comments
 (0)