Implement partial BUILDDIR support
[senf.git] / .gitignore
1 # File name patters to ignore in all directories
2 *.pyc
3 *.png
4 *.o
5 *.a
6 *.test.checked
7 .sconsign*
8 *~
9 *#
10 .#*
11 *.gcda
12 *.gcno
13 *.gcov
14
15 # File names to ignore in all directories
16 all_includes.hh
17 doc/
18 .test.bin
19 .test.stamp
20 .test-valgrind.stamp
21
22 # Local files (files in this directory)
23 /SConscript.local
24 /*-stamp
25 /*.conf
26 /linklint
27 /TODO
28 /dist/
29 /lcov.info
30 /build/
31 /lcov-build/