remove .gitignores from the source tree, so they don't end up getting packaged.
This commit is contained in:
parent
3405f5fbff
commit
c6761a0576
@ -1394,6 +1394,9 @@ done
|
|||||||
# get rid of unwanted files resulting from patch fuzz
|
# get rid of unwanted files resulting from patch fuzz
|
||||||
find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
|
find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
|
||||||
|
|
||||||
|
# remove unnecessary SCM files
|
||||||
|
find . -name .gitignore -exec rm -f {} \; >/dev/null
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
###
|
###
|
||||||
|
Loading…
Reference in New Issue
Block a user