diff options
author | H. Peter Anvin <hpa@trantor.hos.anvin.org> | 2009-01-10 21:44:03 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@trantor.hos.anvin.org> | 2009-01-10 21:44:03 -0800 |
commit | 06ee470388d24f29afbdc31e16267668b48a236d (patch) | |
tree | 065a21a4dcfc9f3ce18e2fd2ecc92ae1dd23207f /Makefile | |
parent | cff49b739354b4d6743c9db5d78269a08e88f975 (diff) | |
download | abc80-06ee470388d24f29afbdc31e16267668b48a236d.tar.gz abc80-06ee470388d24f29afbdc31e16267668b48a236d.tar.xz abc80-06ee470388d24f29afbdc31e16267668b48a236d.zip |
Makefile: ignore files/* directoryabc80-de1-14
Ignore the files/* directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ dist: all rm -f abc80.zip zip -9r abc80.zip .[^.]* * \ -x abc80.zip -x 'db/*' -x 'incremental_db/*' -x '.git/*' \ - -x '*.stp' \ + -x 'files/*' -x '*.stp' \ -x 'mega/*_bb.v' -x 'mega/*.bsf' -x 'mega/*.cmp' -x 'mega/*.inc' \ -x 'mega/*_inst.v' -x 'mega/*.html' -x 'mega/*.jpg' \ -x 'mega/*.qip' -x 'mega/*.ppf' |