aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-12 00:03:05 +0200
committerLoïc Hoguin <[email protected]>2015-10-12 00:04:02 +0200
commitf35f0f2c84b88d993e47afa218c989fdaee42688 (patch)
treeb2c551380770a6f9c62dbe5dc12f2ef482008e4d /.gitignore
parent73532c2f37cf2e71a3f7f60c44ca91489aec1637 (diff)
downloaderlang.mk-f35f0f2c84b88d993e47afa218c989fdaee42688.tar.gz
erlang.mk-f35f0f2c84b88d993e47afa218c989fdaee42688.tar.bz2
erlang.mk-f35f0f2c84b88d993e47afa218c989fdaee42688.zip
Rework package testing
Better error reporting and can now build everything in parallel. Failed builds are kept; others are deleted. The following command builds everything and then gives a diff of what got fixed/broken since last time ("> " is newly broken, "< " is newly fixed). make packages -j 32 -k; make summary
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 3d5a519..c1573e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,4 @@
doc/guide.pdf
doc/html
-test/app1/
-test/pkgs.log
-test/temp-python/
-test/tmp/
+test/logs/
+test/packages/