Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kblomqvist committed Mar 30, 2018
1 parent 92e1dc9 commit c20f15f
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions .gitignore
@@ -1,9 +1,28 @@
# Python caches
__pycache__/
yasha.egg-info/
*.py[cod]
*$py.class


# Distribution and packaging
dist/
build/
*.egg-info/
*.egg


# Unit test and coverage reports
.cache/
.pytest_cache/


# Environments
env/
venv/
.env/
.venv/


*.pyc
tests/**/build/
tests/**/CMakeFiles/
tests/**/.sconsign.dblite
Expand All @@ -12,5 +31,3 @@ tests/**/CMakeCache.txt
tests/**/*.cmake
tests/fixtures/nrf51.rs
tests/fixtures/nrf51.rs.j2extc

.cache/

0 comments on commit c20f15f

Please sign in to comment.