Skip to content

Commit

Permalink
Merge pull request #52 from lsst-sitcom/tickets/DM-48321
Browse files Browse the repository at this point in the history
DM-48321: Ignore _build, .coverage, and dist-info files
  • Loading branch information
timj authored Jan 7, 2025
2 parents fb84a14 + 8366267 commit fe99aeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_build*
.sconsign.dblite
config.log
.sconf_temp
Expand All @@ -18,4 +19,5 @@ tests/.tests
pytest_session.txt
.cache/
.pytest_cache
.coverage
.coverage*
python/*.dist-info/

0 comments on commit fe99aeb

Please sign in to comment.