mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 17:14:42 +00:00
Remove and ignore .egg-info dir
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3795 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
5588df8ebf
commit
497d3d41eb
2 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,3 +15,4 @@ Changelog.linkchecker*
|
|||
/*-stamp-*
|
||||
/dist
|
||||
/share
|
||||
/linkchecker.egg-info
|
||||
|
|
|
|||
3
Makefile
3
Makefile
|
|
@ -30,8 +30,7 @@ clean:
|
|||
|
||||
.PHONY: distclean
|
||||
distclean: clean cleandeb
|
||||
# just to be sure clean also the build dir
|
||||
rm -rf build
|
||||
rm -rf build linkchecker.egg-info
|
||||
rm -f _linkchecker_configdata.py MANIFEST Packages.gz
|
||||
# clean aborted dist builds and -out files
|
||||
rm -f linkchecker-out* linkchecker.prof
|
||||
|
|
|
|||
Loading…
Reference in a new issue