BUG: searchableCylinder : points on axis not handled correctly
[OpenFOAM-1.6.x.git] / .gitignore
blob8de178a605e1984659613dd8dac68170e98dbe71
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 *.bak
8 *.bak[0-9][0-9]
9 *.orig
10 *.orig[0-9][0-9]
11 \#*\#
13 # file-browser settings - anywhere
14 .directory
16 # CVS recovered versions - anywhere
17 .#*
19 # objects and archives - anywhere
20 *.[oa]
21 *.la
22 *.so
23 *.jar
25 # derived files
26 lex.yy.c
28 # Corefiles
29 core
31 # dependency files - anywhere
32 *.dep
34 # lnInclude (symlink) folders - anywhere
35 lnInclude
37 # build folders - anywhere
38 linux*Gcc*/
39 linux*Icc*/
40 linuxming*/
41 SiCortex*Gcc*/
42 solaris*Gcc*/
43 SunOS*Gcc*/
45 # reinstate wmake/rules that might look like build folders
46 !wmake/rules/*/
48 # doxygen generated documentation
49 doc/[Dd]oxygen/html
50 doc/[Dd]oxygen/latex
51 doc/[Dd]oxygen/man
53 # generated files in the main directory (e.g. ReleaseNotes-?.?.html)
54 /*.html
56 # source packages - anywhere
57 *.tar.bz2
58 *.tar.gz
59 *.tar
60 *.tgz
61 *.gtgz
63 # ignore the persistent .build tag in the main directory
64 /.build
66 # ignore .timeStamp in the main directory
67 /.timeStamp
69 # ignore .tags in the main directory
70 /.tags
72 # end-of-file