Merge remote-tracking branch 'origin/BUGFIX/signInHerschelBuckley'
[foam-extend-3.0.git] / .hgignore
blob922d0258dbad450d6ef70438c06b528f9a32c230
1 syntax: glob
3 # This line is a comment, and will be skipped.
4 # Empty lines are skipped too.
6 # Backup files left behind by the Emacs editor.
7 *~
8 .*~
9 *.bak
10 *.bak[0-9][0-9]
11 *.orig
12 *.orig[0-9][0-9]
13 \#*\#
15 # file-browser settings - anywhere
16 .directory
18 # CVS recovered versions - anywhere
19 .#*
21 # objects and archives - anywhere
22 *.[oa]
23 *.la
24 *.so
25 *.jar
26 *.dylib
28 # Lock files used by the Emacs editor.
29 # Notice that the "#" character is quoted with a backslash.
30 # This prevents it from being interpreted as starting a comment.
31 .\#*
33 # Temporary files used by the vim editor.
34 .*.swp
36 # A hidden file created by the Mac OS X Finder.
37 .DS_Store
39 # build folders - anywhere
40 linux*Gcc*/
41 linux*Icc*/
42 darwin*Gcc*/
43 darwin*Intel*/
44 linuxming*/
45 SiCortex*Gcc*/
46 solaris*Gcc*/
47 SunOS*Gcc*/
49 # reinstate wmake/rules that might look like build folders
50 !wmake/rules/*/
52 # those have to go
53 lnInclude
55 # derived files
56 lex.yy.c
58 # Corefiles
59 core
61 # dependency-files
62 *.dep
64 # no Doxygen stuff
65 doc/[Dd]oxygen/html
66 doc/[Dd]oxygen/latex
67 doc/[Dd]oxygen/man
69 # generated files in the main directory (e.g. ReleaseNotes-?.?.html)
70 /*.html
72 # patch residue
73 *.orig
74 *.rej
76 # pyFoam-stuff
77 PlyParser_FoamFileParser_parsetab.py
79 # python-compile
80 *.pyc
82 # other stuff
83 .build
84 .gitignore
85 .timeStamp
87 # source packages - anywhere
88 *.tar.bz2
89 *.tar.gz
90 *.tar
91 *.tgz
92 *.gtgz
94 # ignore - changes to the configuration
95 etc/prefs.csh
96 etc/prefs.sh
98 # make sure that this settings file is not used
99 etc/bashrc.preset
101 #Test-Harness generated stuff
103 # The following files are blacklisted because of a DMCA complaint by ANSYS.
104 src/lduSolvers/tools/PriorityArray.C
105 src/lduSolvers/tools/PriorityArray.H
106 src/lduSolvers/amg/amgPolicy/samgPolicy.C
107 src/lduSolvers/amg/amgPolicy/samgPolicy.H
108 src/lduSolvers/amg/amgPolicy/aamgPolicy.C
109 src/lduSolvers/amg/amgPolicy/aamgPolicy.H
111 # end-of-file