Skip to content

Commit 71d9acc

Browse files
committed
Merge branch 'cleanup'
2 parents c88dbc8 + 7a41373 commit 71d9acc

File tree

29 files changed

+87
-1789
lines changed

29 files changed

+87
-1789
lines changed

.gitignore

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# git-ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
4+
# Log files - anywhere
5+
log.*
6+
7+
# Editor and misc backup files - anywhere
8+
*~
9+
.*~
10+
*.bak
11+
*.bak[0-9][0-9]
12+
\#*\#
13+
14+
# File-browser settings - anywhere
15+
.directory
16+
17+
# CVS recovered versions - anywhere
18+
.#*
19+
20+
# Objects and archives - anywhere
21+
*.[oa]
22+
*.la
23+
*.so
24+
25+
# Derived files
26+
lex.yy.c
27+
28+
# Corefiles
29+
core
30+
31+
# Dependency files - anywhere
32+
*.dep
33+
34+
# lnInclude (symlink) directories - anywhere
35+
lnInclude
36+
37+
# Build directories - anywhere
38+
linux*Clang*/
39+
linux*Gcc*/
40+
linux*Icc*/
41+
solaris*Gcc*/
42+
SunOS*Gcc*/
43+
platforms/
44+
45+
# Reinstate wmake/rules that might look like build directories
46+
!wmake/rules/*/
47+
48+
# doxygen generated documentation
49+
doc/Doxygen/html
50+
doc/Doxygen/latex
51+
doc/Doxygen/man
52+
doc/Doxygen/DTAGS
53+
54+
# Generated files in the main directory (e.g. ReleaseNotes-?.?.html)
55+
# and in the doc directory
56+
/*.html
57+
/doc/*.html
58+
59+
# Untracked configuration files
60+
/etc/prefs.csh
61+
/etc/prefs.sh
62+
/etc/config.csh/prefs.csh
63+
/etc/config.sh/prefs.sh
64+
65+
# Source packages - anywhere
66+
*.tar.bz2
67+
*.tar.gz
68+
*.tar
69+
*.tgz
70+
*.gtgz
71+
72+
# Ignore the persistent .build tag in the main directory
73+
/.build
74+
75+
# Ignore .timeStamp in the main directory
76+
/.timeStamp
77+
78+
# Ignore .tags in the main directory
79+
/.tags
80+
81+
# Ignore project files in the main directory
82+
/.cproject
83+
/.project
84+
/.dir-locals.el
85+
86+
# Ignore the test directory
87+
/tutorialsTest

OFtutorial3_basicFieldOperations/Make/files~

Lines changed: 0 additions & 3 deletions
This file was deleted.

OFtutorial7_customBC/testCase/0.org/U~

Lines changed: 0 additions & 63 deletions
This file was deleted.

OFtutorial7_customBC/testCase/constant/transportProperties~

Lines changed: 0 additions & 24 deletions
This file was deleted.

OFtutorial7_customBC/testCase/constant/turbulenceProperties~

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)