We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30af492 commit 87cb523Copy full SHA for 87cb523
.gitignore
@@ -16,7 +16,7 @@
16
# CEGUI's downloaded dependencies on Windows
17
3rdparty/CEGUI/cegui-deps-0.8.x-src.zip
18
# usually where people build
19
-build/*
+build*/*
20
# default install paths
21
install/*
22
# legacy temporary and output directories
@@ -25,8 +25,5 @@ doctemp/*
25
source/obj
26
source/Irrlicht/libIrrlichtServer.a
27
# stuff output by examples
28
-examples_tests/06.MeshLoaders/bin/cow.baw
29
-examples_tests/06.MeshLoaders/bin/extrusionLogo_TEST_fixed.baw
30
-examples_tests/07.HardwareSkinning/bin/dwarf.baw
31
-examples_tests/39.DenoiserTonemapper/bin/*
32
-
+examples_tests/*/bin/*
+examples_tests/tmp/*
0 commit comments