initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / .gitignore
blob0639d63c1bb891639e80d4d69393c05474c4e5ef
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 # doxygen generated documentation
46 doc/[Dd]oxygen/html
47 doc/[Dd]oxygen/latex
48 doc/[Dd]oxygen/man
50 # Other HTML files e.g. ReleaseNotes-?.?.html
51 *.html
53 # source packages - anywhere
54 *.tar.bz2
55 *.tar.gz
56 *.tar
57 *.tgz
58 *.gtgz
60 # ignore the persistent .build tag in the main directory
61 /.build
63 # ignore .timeStamp in the main directory
64 /.timeStamp
66 # ignore .tags in the main directory
67 /.tags
69 # end-of-file