Add Mac-specific files (and other stuff) to gitignore
--HG-- branch : bgschaid/foam3FixesBranch
This commit is contained in:
parent
e452f1429c
commit
23a81302ab
1 changed files with 20 additions and 15 deletions
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -21,6 +21,7 @@
|
||||||
*.la
|
*.la
|
||||||
*.so
|
*.so
|
||||||
*.jar
|
*.jar
|
||||||
|
*.dylib
|
||||||
|
|
||||||
# derived files
|
# derived files
|
||||||
lex.yy.c
|
lex.yy.c
|
||||||
|
@ -34,6 +35,9 @@ core
|
||||||
# lnInclude (symlink) folders - anywhere
|
# lnInclude (symlink) folders - anywhere
|
||||||
lnInclude
|
lnInclude
|
||||||
|
|
||||||
|
# A hidden file created by the Mac OS X Finder.
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# build folders - anywhere
|
# build folders - anywhere
|
||||||
linux*Gcc*/
|
linux*Gcc*/
|
||||||
linux*Icc*/
|
linux*Icc*/
|
||||||
|
@ -63,6 +67,21 @@ doc/[Dd]oxygen/man
|
||||||
# generated files in the main directory (e.g. ReleaseNotes-?.?.html)
|
# generated files in the main directory (e.g. ReleaseNotes-?.?.html)
|
||||||
/*.html
|
/*.html
|
||||||
|
|
||||||
|
# patch residue
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
|
||||||
|
# pyFoam-stuff
|
||||||
|
PlyParser_FoamFileParser_parsetab.py
|
||||||
|
|
||||||
|
# python-compile
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# other stuff
|
||||||
|
.build
|
||||||
|
.hgignore
|
||||||
|
.timeStamp
|
||||||
|
|
||||||
# source packages - anywhere
|
# source packages - anywhere
|
||||||
*.tar.bz2
|
*.tar.bz2
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
@ -90,21 +109,7 @@ etc/pref.sh
|
||||||
# make sure that this settings file is not used
|
# make sure that this settings file is not used
|
||||||
etc/bashrc.preset
|
etc/bashrc.preset
|
||||||
|
|
||||||
# The following files are blacklisted because of a DMCA complaint by ANSYS.
|
#Test-Harness generated stuff
|
||||||
src/lduSolvers/tools/PriorityArray.C
|
|
||||||
src/lduSolvers/tools/PriorityArray.H
|
|
||||||
src/lduSolvers/amg/amgPolicy/samgPolicy.C
|
|
||||||
src/lduSolvers/amg/amgPolicy/samgPolicy.H
|
|
||||||
src/lduSolvers/amg/amgPolicy/aamgPolicy.C
|
|
||||||
src/lduSolvers/amg/amgPolicy/aamgPolicy.H
|
|
||||||
|
|
||||||
# The following files are blacklisted because of a DMCA complaint by ANSYS.
|
|
||||||
src/lduSolvers/tools/PriorityArray.C
|
|
||||||
src/lduSolvers/tools/PriorityArray.H
|
|
||||||
src/lduSolvers/amg/amgPolicy/samgPolicy.C
|
|
||||||
src/lduSolvers/amg/amgPolicy/samgPolicy.H
|
|
||||||
src/lduSolvers/amg/amgPolicy/aamgPolicy.C
|
|
||||||
src/lduSolvers/amg/amgPolicy/aamgPolicy.H
|
|
||||||
|
|
||||||
# The following files are blacklisted because of a DMCA complaint by ANSYS.
|
# The following files are blacklisted because of a DMCA complaint by ANSYS.
|
||||||
src/lduSolvers/tools/PriorityArray.C
|
src/lduSolvers/tools/PriorityArray.C
|
||||||
|
|
Reference in a new issue