Skip to content

Commit 511a98b

Browse files
authored
Merge pull request #12 from ezzy1337/hacktoberfest/ignore-test-artifacts
Ignore artifacts generates from test scripts.
2 parents 5785aca + 6b146c0 commit 511a98b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ __pycache__/
77

88
# Distribution / packaging
99
.Python
10+
venv/
1011
env/
1112
build/
1213
develop-eggs/
@@ -39,6 +40,7 @@ htmlcov/
3940
.cache
4041
nosetests.xml
4142
coverage.xml
43+
TEST-results.xml
4244

4345
# Translations
4446
*.mo

0 commit comments

Comments
 (0)