fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / .gitignore
blobb6d81a4906f9d730841ddf4d42c049f12da093d4
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 darwin*Intel*/
42 linuxming*/
43 SiCortex*Gcc*/
44 solaris*Gcc*/
45 SunOS*Gcc*/
47 # debian/ derived files
48 build-stamp
49 debian/files
50 debian/openfoam170.debhelper.log
51 debian/openfoam170.substvars
52 debian/openfoam170/
53 debian/stamp-patched
55 # reinstate wmake/rules that might look like build folders
56 !wmake/rules/*/
58 # doxygen generated documentation
59 doc/[Dd]oxygen/html
60 doc/[Dd]oxygen/latex
61 doc/[Dd]oxygen/man
63 # generated files in the main directory (e.g. ReleaseNotes-?.?.html)
64 /*.html
66 # source packages - anywhere
67 *.tar.bz2
68 *.tar.gz
69 *.tar
70 *.tgz
71 *.gtgz
73 # ignore the persistent .build tag in the main directory
74 /.build
76 # ignore .timeStamp in the main directory
77 /.timeStamp
79 # ignore .tags in the main directory
80 /.tags
82 # ignore - changes to the configuration
83 etc/cshrc
84 etc/bashrc
85 etc/settings.csh
86 etc/setteings.sh
89 # end-of-file