FIX: Remove undistributable CHEMKIN files
[freefoam.git] / .gitignore
blob756b53c58a590f7099ebbc51876819adf6695d83
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 # debian/ derived files
46 build-stamp
47 debian/files
48 debian/openfoam170.debhelper.log
49 debian/openfoam170.substvars
50 debian/openfoam170/
51 debian/stamp-patched
53 # reinstate wmake/rules that might look like build folders
54 !wmake/rules/*/
56 # doxygen generated documentation
57 doc/[Dd]oxygen/html
58 doc/[Dd]oxygen/latex
59 doc/[Dd]oxygen/man
61 # generated files in the main directory (e.g. ReleaseNotes-?.?.html)
62 /*.html
64 # source packages - anywhere
65 *.tar.bz2
66 *.tar.gz
67 *.tar
68 *.tgz
69 *.gtgz
70 *.zip
72 # ignore the persistent .build tag in the main directory
73 /.build
75 # ignore .timeStamp in the main directory
76 /.timeStamp
78 # ignore .tags in the main directory
79 /.tags
81 # end-of-file