Pstream output data only if debug > 1
[foam-extend-4.0.git] / .gitignore
blob79eb72b26e2828c3efa8595860219465eec55185
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 # KDevelop include-path files - anywhere
17 .kdev_include_paths
19 # CVS recovered versions - anywhere
20 .#*
22 # objects and archives - anywhere
23 *.[oa]
24 *.la
25 *.so
26 *.jar
27 *.dylib
29 # derived files
30 lex.yy.c
32 # Corefiles
33 core
35 # dependency files - anywhere
36 *.dep
38 # lnInclude (symlink) folders - anywhere
39 lnInclude
41 # A hidden file created by the Mac OS X Finder.
42 .DS_Store
44 # build folders - anywhere
45 linux*Gcc*/
46 linux*Icc*/
47 mingw*Gcc*/
48 darwin*Gcc*/
49 darwin*Intel*/
50 linuxming*/
51 SiCortex*Gcc*/
52 solaris*Gcc*/
53 SunOS*Gcc*/
55 # debian/ derived files
56 build-stamp
57 debian/files
58 debian/openfoam170.debhelper.log
59 debian/openfoam170.substvars
60 debian/openfoam170/
61 debian/stamp-patched
63 # reinstate wmake/rules that might look like build folders
64 !wmake/rules/*/
66 # doxygen generated documentation
67 doc/[Dd]oxygen/html
68 doc/[Dd]oxygen/latex
69 doc/[Dd]oxygen/man
71 # generated files in the main directory (e.g. ReleaseNotes-?.?.html)
72 /*.html
74 # patch residue
75 *.orig
76 *.rej
78 # pyFoam-stuff
79 PlyParser_FoamFileParser_parsetab.py
81 # python-compile
82 *.pyc
84 # other stuff
85 .build
86 .hgignore
87 .timeStamp
89 # source packages - anywhere
90 *.tar.bz2
91 *.tar.gz
92 *.tar
93 *.tgz
94 *.gtgz
96 # ignore the persistent .build tag in the main directory
97 /.build
99 # ignore .timeStamp in the main directory
100 /.timeStamp
102 # ignore .tags in the main directory
103 /.tags
105 # ignore - changes to the configuration
106 etc/cshrc
107 etc/bashrc
108 etc/settings.csh
109 etc/settings.sh
110 etc/prefs.csh
111 etc/prefs.sh
113 # make sure that this settings file is not used
114 etc/bashrc.preset
116 #Test-Harness generated stuff
118 # The following files are blacklisted because of a DMCA complaint by ANSYS.
119 src/lduSolvers/tools/PriorityArray.C
120 src/lduSolvers/tools/PriorityArray.H
121 src/lduSolvers/amg/amgPolicy/samgPolicy.C
122 src/lduSolvers/amg/amgPolicy/samgPolicy.H
123 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
124 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
126 # vagrant stuff
127 vagrantSandbox/.vagrant/
129 # end-of-file