Skip to content

Commit b5d9b61

Browse files
opacamAndreMiras
authored andcommitted
Feature gitignore additions (#1911)
* [gitignore] Add test/coverage entries to gitignore * [gitignore] Add `testapps/build/` to gitignore * [gitignore] Add `.directory` to gitignore Those files are autogenerated by `Dolphin`, the KDE's file manager
1 parent 1b7e009 commit b5d9b61

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.gitignore

+17-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,20 @@ __pycache__/
2121

2222
#idea/pycharm
2323
.idea/
24-
.tox
24+
25+
# Unit test / coverage reports
26+
htmlcov/
27+
.tox/
28+
.coverage
29+
.coverage.*
30+
.cache
31+
nosetests.xml
32+
coverage.xml
33+
*.cover
34+
.pytest_cache/
35+
36+
# testapp's build folder
37+
testapps/build/
38+
39+
# Dolphin (the KDE file manager autogenerates the file `.directory`)
40+
.directory

0 commit comments

Comments
 (0)