Merge remote-tracking branch 'origin/feature/buildInstructions' into nextRelease
[foam-extend-3.0.git] / .gitignore
blob55c845f235d36afa0666a877e07b71a801013cbe
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
88 # The following files are blacklisted because of a DMCA complaint by ANSYS.
89 src/lduSolvers/tools/PriorityArray.C
90 src/lduSolvers/tools/PriorityArray.H
91 src/lduSolvers/amg/amgPolicy/samgPolicy.C
92 src/lduSolvers/amg/amgPolicy/samgPolicy.H
93 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
94 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
96 # The following files are blacklisted because of a DMCA complaint by ANSYS.
97 src/lduSolvers/tools/PriorityArray.C
98 src/lduSolvers/tools/PriorityArray.H
99 src/lduSolvers/amg/amgPolicy/samgPolicy.C
100 src/lduSolvers/amg/amgPolicy/samgPolicy.H
101 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
102 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
104 # The following files are blacklisted because of a DMCA complaint by ANSYS.
105 src/lduSolvers/tools/PriorityArray.C
106 src/lduSolvers/tools/PriorityArray.H
107 src/lduSolvers/amg/amgPolicy/samgPolicy.C
108 src/lduSolvers/amg/amgPolicy/samgPolicy.H
109 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
110 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
112 # The following files are blacklisted because of a DMCA complaint by ANSYS.
113 src/lduSolvers/tools/PriorityArray.C
114 src/lduSolvers/tools/PriorityArray.H
115 src/lduSolvers/amg/amgPolicy/samgPolicy.C
116 src/lduSolvers/amg/amgPolicy/samgPolicy.H
117 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
118 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
120 # The following files are blacklisted because of a DMCA complaint by ANSYS.
121 src/lduSolvers/tools/PriorityArray.C
122 src/lduSolvers/tools/PriorityArray.H
123 src/lduSolvers/amg/amgPolicy/samgPolicy.C
124 src/lduSolvers/amg/amgPolicy/samgPolicy.H
125 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
126 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
128 # end-of-file