Skip to content
Snippets Groups Projects
Commit 45a5403b authored by Ben Boeckel's avatar Ben Boeckel
Browse files

gitignore: ignore baseline image files

These should be converted to `.sha512` files by CMake machinery, but
developers that miss running `SetupForDevelopment.sh` may accidentally
end up committing the files directly.
parent 5de0bc0b
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
.ExternalData_*
.ExternalData/config
# Do not commit baseline image files.
**/Testing/Data/Baseline/*.png
# Exclude compiled Python objects.
*.pyc
*.pyo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment