aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <petsku@petteriraty.eu>2011-03-12 15:45:24 +0200
committerPetteri Räty <petsku@petteriraty.eu>2011-03-12 15:58:03 +0200
commit7f143ec96c24645a0c379da88f8d6fa8165b6ce8 (patch)
tree313493668a5bbe4ae502ebe64be1b14cc115b24d /.gitignore
parentTurn on color-tests for automake (diff)
downloadlibbash-7f143ec96c24645a0c379da88f8d6fa8165b6ce8.tar.gz
libbash-7f143ec96c24645a0c379da88f8d6fa8165b6ce8.tar.bz2
libbash-7f143ec96c24645a0c379da88f8d6fa8165b6ce8.zip
Remove manual build system for gunit
All of the build system is now handled by automake. Instead of having runtests.sh compiling needed Java files for running gunit it's now just a thing wrapper to parsing the .gunit files. With this change working on native code goes faster as recompiling the Java files is not needed.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 68a1c10..63a1f7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,9 +3,11 @@
*.la
*.lo
*.log
+*.class
.deps
.libs
.dirstamp
+classcheck.stamp
Makefile.in
aclocal.m4
depcomp