Skip to content

Commit

Permalink
add to gitignore: *.eb_bak_* *.out .venv/
Browse files Browse the repository at this point in the history
Such paths should never be committed:
 - `.eb_bak` files are remnants after `eb --inject-checksums`
 - `.out` files are log remnants after `eb --job`
 - `.venv/` are probably created for ad-hoc testing
  • Loading branch information
Louwrensth committed Aug 28, 2024
1 parent 3f30158 commit 17de7b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
.pydevproject
.project
LICENSE_HEADER
*.eb.bak_*
*.pyc
*.pyo
*.nja
*.out
build/
dist/
*egg-info/
.venv/
*.swp
*.ropeproject/
eb-*.log
Expand Down

0 comments on commit 17de7b9

Please sign in to comment.