.gitignore: blacklisting files subject to a DMCA complaint by ANSYS
This commit is contained in:
parent
fc2c422bcc
commit
534243fd73
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -86,4 +86,12 @@ etc/settings.csh
|
||||||
etc/setteings.sh
|
etc/setteings.sh
|
||||||
|
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
# end-of-file
|
# end-of-file
|
||||||
|
|
Reference in a new issue