mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
.gitignore file doesn't need to be in the release file
This commit is contained in:
parent
3abe3c51a6
commit
cc94919aa3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user