summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2018-01-29 20:57:18 +0100
committerJoel Rosdahl <joel@rosdahl.net>2018-01-29 21:21:20 +0100
commit1fbb9be608dab1771eb7cd9bd62393b7cc87f45a (patch)
tree41a2b6dd01d6d55b06c0412ed7d1af121bda50a8 /.gitignore
parent01e51695e34e0a8ba1d34b08980cc0c0a63362f1 (diff)
downloadccache-1fbb9be608dab1771eb7cd9bd62393b7cc87f45a.tar.gz
test: Rearrange files into test and unittest directories
* The unit tests formerly located in the test directory have been moved to the unittest directory. * The integration test suite test.sh has been made a bash script and renamed to test/run. Its test suites are located in test/suites.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 7896ad11..a9b95246 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,9 +8,9 @@
Makefile
autom4te.cache
ccache
-ccache.exe
ccache-*.tar.*
ccache.1
+ccache.exe
ccache.html
ccache.xml
config.cache
@@ -19,10 +19,10 @@ config.h.in
config.log
config.status
configure
-dev_mode_disabled
dev.mk
+dev_mode_disabled
perfdir.*
-test/main
-test/suites.h
testdir.*
+unittest/run
+unittest/suites.h
version.c