mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 05:31:04 +08:00
Ignore and clean up `.egg-info dirs in src/` subdir of packages
This commit is contained in:
+1
-2
@@ -12,7 +12,7 @@ scripts/scramble/archives
|
||||
# Python build artifacts
|
||||
build
|
||||
dist
|
||||
lib/galaxy.egg-info
|
||||
*.egg-info/
|
||||
.eggs
|
||||
|
||||
# Generated static content
|
||||
@@ -165,7 +165,6 @@ client/webpack-stats.json
|
||||
# Packages
|
||||
packages/*/build
|
||||
packages/*/dist
|
||||
packages/*/*.egg-info
|
||||
packages/meta/requirements.txt
|
||||
|
||||
# Standalone script + main, or build into dist
|
||||
|
||||
@@ -32,7 +32,7 @@ clean: clean-build clean-pyc clean-tests
|
||||
clean-build:
|
||||
rm -fr build/
|
||||
rm -fr $(DIST)/
|
||||
rm -fr galaxy_*.egg-info
|
||||
find . -name "*.egg-info" -type d -exec rm -rf {} +
|
||||
|
||||
clean-pyc:
|
||||
find . -name '*.pyc' -exec rm -f {} +
|
||||
|
||||
Reference in New Issue
Block a user