mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Added exclusion filters.
This commit is contained in:
parent
096c13ea6d
commit
c66c4b3293
@ -611,7 +611,15 @@ EXCLUDE_PATTERNS = CMake* \
|
||||
*.orig \
|
||||
*.diff \
|
||||
diff \
|
||||
*~
|
||||
*~ \
|
||||
*. \
|
||||
*.sln \
|
||||
*.sdf \
|
||||
*.tmp \
|
||||
*.vcxproj \
|
||||
*.filters \
|
||||
*.user \
|
||||
*.suo
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||
|
Loading…
x
Reference in New Issue
Block a user