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

gitignore: make `.ExternalData` exclusion more specific

When reformatting the entire tree, the `.ExternalData` directory ends up
running into issues. Instead of excluding the entire directory, exclude
the paths that are expected to be there.
parent 123641dd
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,6 @@
# script in the source directory. There is no way to suppress their
# creation short of copying the file somewhere.
*.pyc
.ExternalData*
.ExternalData/config/
.ExternalData/SHA512/
.DS_Store
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