Hack in paraFoam for enforcing the period to be the decimal separator.
[foam-extend-3.2.git] / .gitignore
blobe4914e5a7f4e74de9173f3d5b352090f73d785b0
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
24 *.dylib
26 # derived files
27 lex.yy.c
29 # Corefiles
30 core
32 # dependency files - anywhere
33 *.dep
35 # lnInclude (symlink) folders - anywhere
36 lnInclude
38 # A hidden file created by the Mac OS X Finder.
39 .DS_Store
41 # build folders - anywhere
42 linux*Gcc*/
43 linux*Icc*/
44 mingw*Gcc*/
45 darwin*Gcc*/
46 darwin*Intel*/
47 linuxming*/
48 SiCortex*Gcc*/
49 solaris*Gcc*/
50 SunOS*Gcc*/
52 # debian/ derived files
53 build-stamp
54 debian/files
55 debian/openfoam170.debhelper.log
56 debian/openfoam170.substvars
57 debian/openfoam170/
58 debian/stamp-patched
60 # reinstate wmake/rules that might look like build folders
61 !wmake/rules/*/
63 # doxygen generated documentation
64 doc/[Dd]oxygen/html
65 doc/[Dd]oxygen/latex
66 doc/[Dd]oxygen/man
68 # generated files in the main directory (e.g. ReleaseNotes-?.?.html)
69 /*.html
71 # patch residue
72 *.orig
73 *.rej
75 # pyFoam-stuff
76 PlyParser_FoamFileParser_parsetab.py
78 # python-compile
79 *.pyc
81 # other stuff
82 .build
83 .hgignore
84 .timeStamp
86 # source packages - anywhere
87 *.tar.bz2
88 *.tar.gz
89 *.tar
90 *.tgz
91 *.gtgz
93 # ignore the persistent .build tag in the main directory
94 /.build
96 # ignore .timeStamp in the main directory
97 /.timeStamp
99 # ignore .tags in the main directory
100 /.tags
102 # ignore - changes to the configuration
103 etc/cshrc
104 etc/bashrc
105 etc/settings.csh
106 etc/settings.sh
107 etc/pref.csh
108 etc/pref.sh
110 # make sure that this settings file is not used
111 etc/bashrc.preset
113 #Test-Harness generated stuff
115 # The following files are blacklisted because of a DMCA complaint by ANSYS.
116 src/lduSolvers/tools/PriorityArray.C
117 src/lduSolvers/tools/PriorityArray.H
118 src/lduSolvers/amg/amgPolicy/samgPolicy.C
119 src/lduSolvers/amg/amgPolicy/samgPolicy.H
120 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
121 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
123 # vagrant stuff
124 vagrantSandbox/.vagrant/
126 # end-of-file