mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-17 10:19:25 +00:00
ignore coverage temporary files
removed "exclude-dirs" from setup.cfg. Travis still cant work with nose-plugins
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,3 +1,12 @@
|
||||
[Tt]est[Rr]esult*
|
||||
/cache
|
||||
/logs
|
||||
.project
|
||||
.pydevproject
|
||||
|
||||
# coverage generated:
|
||||
/cover-html/
|
||||
.coverage
|
||||
|
||||
# Compiled source #
|
||||
###################
|
||||
@@ -61,8 +70,3 @@ Thumbs.db
|
||||
obj/
|
||||
[Rr]elease*/
|
||||
_ReSharper*/
|
||||
[Tt]est[Rr]esult*
|
||||
/cache
|
||||
/logs
|
||||
.project
|
||||
.pydevproject
|
||||
|
||||
Reference in New Issue
Block a user