Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
.gitignore: Ignore generated files in build/pkgs/*/src
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 28, 2020
1 parent ad33705 commit 481e212
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ gitlab-build-docker.log
/src/bin/sage-env-config
/build/bin/sage-build-env-config

/build/pkgs/*/src/build
/build/pkgs/*/src/dist
/build/pkgs/*/src/MANIFEST
/build/pkgs/*/src/*.egg-info

#######################
# tox generated files #
#######################
Expand Down

0 comments on commit 481e212

Please sign in to comment.