Skip to content

Commit

Permalink
Ignore files starting with dot (hidden files anyway)
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica committed Mar 31, 2018
1 parent d912366 commit 7cb0381
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
@@ -1,6 +1,10 @@
*.py[co]
*.prof
.coverage

# hide all files starting with dot: .idea, .pytest_cache, .coverage, ...
.*
!.gitignore
!.travis.yml

.installed.cfg
bin
Expand Down

0 comments on commit 7cb0381

Please sign in to comment.