.gitignore file doesn't need to be in the release file

This commit is contained in:
H. Peter Anvin 2007-10-13 23:19:21 -07:00
parent 3abe3c51a6
commit cc94919aa3

View file

@ -36,7 +36,7 @@ mkdir $work
cd $work
unset GIT_DIR
git clone -s -l "$HERE" nasm
rm -rf nasm/.git
rm -rf nasm/.git nasm/.gitignore
# Create files which are in the release but automatically generated
cd nasm