Check-in Number:
|
2322 | |
Date: |
2002-Jul-19 16:12:54 (local)
2002-Jul-19 14:12:54 (UTC) |
User: | rse |
Branch: | |
Comment: |
ignore more temp files |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/devtool.conf 1.2 -> 1.3
--- devtool.conf 2002/07/12 17:26:23 1.2
+++ devtool.conf 2002/07/19 14:12:54 1.3
@@ -60,7 +60,7 @@
echo "+++ rolling"
V=`./shtool version -l txt -d short VERSION`
./shtool tarball -o fsl-${V}.tar.gz -d fsl-${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*,*.tar.gz' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' .
ls -l fsl-${V}.tar.gz
echo "+++ testing"
gunzip <fsl-${V}.tar.gz | tar tvf -
|
|