Skip to content

Commit

Permalink
Do not ignore testdata files
Browse files Browse the repository at this point in the history
  • Loading branch information
chatcannon committed Nov 7, 2020
1 parent 74413c2 commit a60caa4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a60caa4

Please sign in to comment.