diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-13 23:19:21 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-13 23:19:21 -0700 |
commit | cc94919aa306d0991f7338bbe9162c82d9b5eb7d (patch) | |
tree | 985738e3e17f20a6ac917a668a76caca3286e294 | |
parent | 3abe3c51a65bd2f14f884f9a7395dde1a5b57eb5 (diff) | |
download | nasm-cc94919aa306d0991f7338bbe9162c82d9b5eb7d.tar.gz nasm-cc94919aa306d0991f7338bbe9162c82d9b5eb7d.tar.bz2 nasm-cc94919aa306d0991f7338bbe9162c82d9b5eb7d.zip |
.gitignore file doesn't need to be in the release file
-rwxr-xr-x | misc/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/release b/misc/release index 24deb0c..5b0435c 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 |