Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[openfoam-extend-OpenFOAM-1.6-ext.git] / .gitignore
blob8118bf4c4edebff2fc4d46b4422941528d9351ec
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 darwin*Gcc*/
41 linuxming*/
42 SiCortex*Gcc*/
43 solaris*Gcc*/
44 SunOS*Gcc*/
46 # debian/ derived files
47 build-stamp
48 debian/files
49 debian/openfoam170.debhelper.log
50 debian/openfoam170.substvars
51 debian/openfoam170/
52 debian/stamp-patched
54 # reinstate wmake/rules that might look like build folders
55 !wmake/rules/*/
57 # doxygen generated documentation
58 doc/[Dd]oxygen/html
59 doc/[Dd]oxygen/latex
60 doc/[Dd]oxygen/man
62 # generated files in the main directory (e.g. ReleaseNotes-?.?.html)
63 /*.html
65 # source packages - anywhere
66 *.tar.bz2
67 *.tar.gz
68 *.tar
69 *.tgz
70 *.gtgz
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 # ignore - changes to the configuration
82 etc/cshrc
83 etc/bashrc
84 etc/settings.csh
85 etc/setteings.sh
88 # end-of-file