remove .gitignores from the source tree, so they don't end up getting packaged.
This commit is contained in:
parent
561b24abd9
commit
246f94f096
@ -1342,6 +1342,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