BlockMatrixAgglomeration
[foam-extend-3.0.git] / .gitignore
blob8f9f44c1c90fb3344168b685317da5b6300a3767
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 darwin*Gcc*/
45 darwin*Intel*/
46 linuxming*/
47 SiCortex*Gcc*/
48 solaris*Gcc*/
49 SunOS*Gcc*/
51 # debian/ derived files
52 build-stamp
53 debian/files
54 debian/openfoam170.debhelper.log
55 debian/openfoam170.substvars
56 debian/openfoam170/
57 debian/stamp-patched
59 # reinstate wmake/rules that might look like build folders
60 !wmake/rules/*/
62 # doxygen generated documentation
63 doc/[Dd]oxygen/html
64 doc/[Dd]oxygen/latex
65 doc/[Dd]oxygen/man
67 # generated files in the main directory (e.g. ReleaseNotes-?.?.html)
68 /*.html
70 # patch residue
71 *.orig
72 *.rej
74 # pyFoam-stuff
75 PlyParser_FoamFileParser_parsetab.py
77 # python-compile
78 *.pyc
80 # other stuff
81 .build
82 .hgignore
83 .timeStamp
85 # source packages - anywhere
86 *.tar.bz2
87 *.tar.gz
88 *.tar
89 *.tgz
90 *.gtgz
92 # ignore the persistent .build tag in the main directory
93 /.build
95 # ignore .timeStamp in the main directory
96 /.timeStamp
98 # ignore .tags in the main directory
99 /.tags
101 # ignore - changes to the configuration
102 etc/cshrc
103 etc/bashrc
104 etc/settings.csh
105 etc/settings.sh
106 etc/pref.csh
107 etc/pref.sh
109 # make sure that this settings file is not used
110 etc/bashrc.preset
112 #Test-Harness generated stuff
114 # The following files are blacklisted because of a DMCA complaint by ANSYS.
115 src/lduSolvers/tools/PriorityArray.C
116 src/lduSolvers/tools/PriorityArray.H
117 src/lduSolvers/amg/amgPolicy/samgPolicy.C
118 src/lduSolvers/amg/amgPolicy/samgPolicy.H
119 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
120 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
122 # end-of-file