]> arthur.barton.de Git - bup.git/commitdiff
Add *.tmp.meta to .gitignore and to "make clean".
authorAlexander Barton <alex@barton.de>
Wed, 23 Jan 2013 10:09:10 +0000 (11:09 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sat, 26 Jan 2013 03:56:59 +0000 (21:56 -0600)
...since tmpindex.tmp.meta is now generated by "make check".

Signed-off-by: Alexander Barton <alex@barton.de>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
.gitignore
Makefile

index 47e1e2edf7f9c4c21e03096fc0a17f73fdb1b29f..96387b12a207f17d333c2080a6de57a8575795f4 100644 (file)
@@ -14,6 +14,7 @@ tags2[tc]
 out[12]
 out2[tc]
 *.tmp
+*.tmp.meta
 /build
 *.swp
 nbproject
index 121e4ac9cb8bd60de5d911d60aaba5ba258464d7..ccecfc68ef9ed9683871db493c83bc93658c8ef1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -162,4 +162,4 @@ clean: Documentation/clean config/clean
          then umount lib/bup/t/testfs || true; fi
        if test -e bupmeta.tmp/testfs-limited; \
          then umount bupmeta.tmp/testfs-limited || true; fi
-       rm -rf *.tmp t/*.tmp lib/*/*/*.tmp build lib/bup/build lib/bup/t/testfs
+       rm -rf *.tmp *.tmp.meta t/*.tmp lib/*/*/*.tmp build lib/bup/build lib/bup/t/testfs