Do not ignore testdata files

This commit is contained in:
2020-11-07 17:51:27 +02:00
parent 74413c231e
commit a60caa41c5

10
.gitignore vendored
View File

@@ -36,5 +36,11 @@ nosetests.xml
.project
.pydevproject
# Data for testing
testdata
# Compressed files used to transfer test data
*.gz
*.bz2
*.xz
*.zip
*.tar
*.tgz
*.tbz2