ENH: sampling: add offsetMode to patchInternalField sampleSurface
[OpenFOAM-2.0.x.git] / .gitignore
blob7c8bce03feec4f13b689eaa7cd297c4fc5f08f42
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*Clang*/
39 linux*Gcc*/
40 linux*Icc*/
41 linuxming*/
42 SiCortex*Gcc*/
43 solaris*Gcc*/
44 SunOS*Gcc*/
45 platforms/
47 # reinstate wmake/rules that might look like build folders
48 !wmake/rules/*/
50 # doxygen generated documentation
51 doc/Doxygen/html
52 doc/Doxygen/latex
53 doc/Doxygen/man
54 doc/Doxygen/DTAGS
56 # generated files in the main directory (e.g. ReleaseNotes-?.?.html)
57 # and in the doc directory
58 /*.html
59 /doc/*.html
61 # untracked configuration files
62 /etc/prefs.csh
63 /etc/prefs.sh
64 /etc/config/prefs.csh
65 /etc/config/prefs.sh
67 # source packages - anywhere
68 *.tar.bz2
69 *.tar.gz
70 *.tar
71 *.tgz
72 *.gtgz
74 # ignore the persistent .build tag in the main directory
75 /.build
77 # ignore .timeStamp in the main directory
78 /.timeStamp
80 # ignore .tags in the main directory
81 /.tags
83 # ignore eclipse project files in the main directory
84 /.cproject
85 /.project
87 # end-of-file