summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-13 23:19:21 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-10-13 23:19:21 -0700
commitcc94919aa306d0991f7338bbe9162c82d9b5eb7d (patch)
tree985738e3e17f20a6ac917a668a76caca3286e294 /misc
parent3abe3c51a65bd2f14f884f9a7395dde1a5b57eb5 (diff)
downloadnasm-cc94919aa306d0991f7338bbe9162c82d9b5eb7d.tar.gz
.gitignore file doesn't need to be in the release file
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/release2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/release b/misc/release
index 24deb0ca..5b0435c7 100755
--- a/misc/release
+++ b/misc/release
@@ -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