Skip to content

Commit

Permalink
Feature gitignore additions (#1911)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
opacam authored and AndreMiras committed Jul 10, 2019
1 parent 1b7e009 commit b5d9b61
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,20 @@ __pycache__/

#idea/pycharm
.idea/
.tox

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.pytest_cache/

# testapp's build folder
testapps/build/

# Dolphin (the KDE file manager autogenerates the file `.directory`)
.directory

0 comments on commit b5d9b61

Please sign in to comment.