ThirdParty: build instructions for Ubuntu 12.04 32 bit: fixing typo
[OpenFOAM-1.6-ext.git] / .hgignore
blobb256cc9782c4739d648644bae53380bd95949b4d
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 # CVS recovered versions - anywhere
16 .#*
18 # objects and archives - anywhere
19 *.[oa]
20 *.la
21 *.so
22 *.jar
23 *.dylib
25 # Lock files used by the Emacs editor.
26 # Notice that the "#" character is quoted with a backslash.
27 # This prevents it from being interpreted as starting a comment.
28 .\#*
30 # Temporary files used by the vim editor.
31 .*.swp
33 # A hidden file created by the Mac OS X Finder.
34 .DS_Store
36 # Ignore the build-dirctories
37 darwinIntel*/
38 linux*Gcc*/
39 linux*Icc*/
40 linuxming*/
41 SiCortex*Gcc*/
42 solaris*Gcc*/
43 SunOS*Gcc*/
45 # reinstate wmake/rules that might look like build folders
46 !wmake/rules/*/
48 # those have to go
49 lnInclude
51 # derived files
52 lex.yy.c
54 # Corefiles
55 core
57 # dependency-files
58 *.dep
60 # no Doxygen stuff
61 doc/[Dd]oxygen/html
62 doc/[Dd]oxygen/latex
63 doc/[Dd]oxygen/man
65 # patch residue
66 *.orig
67 *.rej
69 # pyFoam-stuff
70 PlyParser_FoamFileParser_parsetab.py
72 # python-compile
73 *.pyc
75 # other stuff
76 .build
77 # .gitignore
78 .timeStamp
80 #Test-Harness generated stuff
81 testHarness/OpenFOAM/1.6-ext/runDir/tutorialsTestSuites_oneTimeStep
82 testHarness/OpenFOAM/1.6-ext/runDir/Testing
83 testHarness/OpenFOAM/1.6-ext/runDir/CMake*
84 testHarness/OpenFOAM/1.6-ext/runDir/CTestTestfile.cmake
85 testHarness/OpenFOAM/1.6-ext/runDir/DartConfiguration.tcl
86 testHarness/OpenFOAM/1.6-ext/runDir/Makefile
87 testHarness/OpenFOAM/1.6-ext/runDir/cmake_install.cmake