Skip to content

Commit

Permalink
Merge pull request #166 from jhlegarreta/AddFurtherRulesGitIgnore
Browse files Browse the repository at this point in the history
ENH: Ignore further patterns in `git`
  • Loading branch information
ljod authored Oct 12, 2023
2 parents fe852ab + 66daeff commit ac09099
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@
build/*
*.c
.idea

# Unit test / coverage reports
.coverage

.eggs/
dist
whitematteranalysis.egg-info/

0 comments on commit ac09099

Please sign in to comment.