Skip to content

Commit 87cb523

Browse files
committed
update gitignore
1 parent 30af492 commit 87cb523

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# CEGUI's downloaded dependencies on Windows
1717
3rdparty/CEGUI/cegui-deps-0.8.x-src.zip
1818
# usually where people build
19-
build/*
19+
build*/*
2020
# default install paths
2121
install/*
2222
# legacy temporary and output directories
@@ -25,8 +25,5 @@ doctemp/*
2525
source/obj
2626
source/Irrlicht/libIrrlichtServer.a
2727
# 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-
28+
examples_tests/*/bin/*
29+
examples_tests/tmp/*

0 commit comments

Comments
 (0)