made shootRay public
[engrid.git] / .gitignore
blob7dffd5d75696d91e6bb35dd17f96cc2d45b5ccf8
1 # editor and misc backup files - anywhere
2 *~
3 .*~
4 *.orig
5 *.bak
6 \#*\#
7 *.new
8 *.old
9 temp
10 *.output
12 # objects and archives - anywhere
13 *.[oa]
14 *.la
15 *.so
16 *.so.*
17 *.jar
19 # Qt generated files
20 moc_*
21 ui_*
22 qrc_*
24 # ignore derived files
25 lex.yy.c
27 # Corefiles and debugging files
28 core
29 callgrind*
31 # build folder(s) and executables
32 /platforms/
33 engrid
34 engrid_debug
35 release
36 debug
37 Release
38 Debug
39 Release-static
40 Debug-static
42 # generated Makefiles
43 Makefile
44 Makefile.Debug
45 Makefile.Release
46 Makefile.*engrid*
48 netgen_svn
49 third_party
50 third_party64
51 tmp.txt
52 *.kdevelop.pcs
53 engrid.kdevelop.ignore_pcs
54 .bzr
55 .hg
56 *.user
57 qtc-gdbmacros
58 *.sp
59 *.out
60 *.vtu
61 *.egc
62 *.txt
63 *.bcs
64 netgen_svn_old
65 *.tag
66 *.output
67 docs
68 *.tmp
69 *.dbg
71 # LaTeX generated files - anywhere
72 *.aux
73 *.log
74 *.toc
76 # source packages - anywhere
77 *.tar.bz2
78 *.tar.gz
79 *.tgz
81 # ignore the persistent .build tag in the main directory
82 /.build
84 *.exe
85 *.Debug
86 *.Release
90 *.vtk
91 *.kdevses
93 # ignore Visual Studio local files
94 *.suo
95 *.ncb
96 *.vcproj.*