Fixed bugs in splitMeshRegions
[foam-extend-3.0.git] / .gitignore
blob61f3194ff78821608c9393c51c3cff9e425b59cb
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/settings.sh
87 etc/pref.csh
88 etc/pref.sh
90 # make sure that this settings file is not used
91 etc/bashrc.preset
93 # The following files are blacklisted because of a DMCA complaint by ANSYS.
94 src/lduSolvers/tools/PriorityArray.C
95 src/lduSolvers/tools/PriorityArray.H
96 src/lduSolvers/amg/amgPolicy/samgPolicy.C
97 src/lduSolvers/amg/amgPolicy/samgPolicy.H
98 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
99 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
101 # The following files are blacklisted because of a DMCA complaint by ANSYS.
102 src/lduSolvers/tools/PriorityArray.C
103 src/lduSolvers/tools/PriorityArray.H
104 src/lduSolvers/amg/amgPolicy/samgPolicy.C
105 src/lduSolvers/amg/amgPolicy/samgPolicy.H
106 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
107 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
109 # The following files are blacklisted because of a DMCA complaint by ANSYS.
110 src/lduSolvers/tools/PriorityArray.C
111 src/lduSolvers/tools/PriorityArray.H
112 src/lduSolvers/amg/amgPolicy/samgPolicy.C
113 src/lduSolvers/amg/amgPolicy/samgPolicy.H
114 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
115 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
117 # end-of-file