intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / .gitignore
blob6de9053f0b8815f4b23be01cb12c2d07604bd239
1 # git-ls-files --others --exclude-from=.git/info/exclude
2 # Lines that start with '#' are comments.
4 # editor and misc backup files - anywhere
5 *~
6 .*~
7 *.orig
8 *.bak
9 \#*\#
11 # CVS recovered versions - anywhere
12 .#*
14 # objects and archives - anywhere
15 *.[oa]
16 *.la
17 *.so
18 *.jar
20 # ignore derived files
21 lex.yy.c
23 # Corefiles
24 core
26 # dependency files - anywhere
27 *.dep
29 # lnInclude folders - anywhere
30 lnInclude
32 # linux build folder(s) - anywhere
33 linux*Gcc*
35 # reinstate wmake/rules that look like build folders
36 !wmake/rules/linux*
38 # but do continue to ignore the derived wmake files
39 wmake/rules/*/dirToString
40 wmake/rules/*/wmkdep
42 # doxygen generated documentation
43 doc/[Dd]oxygen/html
44 doc/[Dd]oxygen/latex
45 doc/[Dd]oxygen/man
47 # source packages - anywhere
48 *.tar.bz2
49 *.tar.gz
50 *.tgz
52 # ignore .timeStamp in the main directory
53 /.timeStamp
55 # ignore .ebrowse in the main directory
56 /.ebrowse
58 # tutorials copy for testing
59 /tutorialsTest
61 # end-of-file