From a672b0710919287ffbede8594c47aade35dd5874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Thu, 29 Dec 2016 20:14:14 -0600 Subject: Include libyaml-test and libyaml-parser-emitter Before the `make test-suite` command would clone yaml/libyaml-test which would in tuen clone yaml/libyaml-parser-emitter. Now they are part of the repository since they are not really useful outside the repository. They still clone the data branch of yaml/yaml-test-suite. That is where all the actual test data resides. That belongs outside the repo because it is intended for all yaml frameworks. --- .gitignore | 98 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 58 insertions(+), 40 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ee03052..f1a0b64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,44 +1,62 @@ -CMakeCache.txt -CMakeFiles/ -CTestTestfile.cmake -Makefile -Makefile.in -Testing/ -aclocal.m4 -autom4te.cache -cmake_install.cmake -configure -config -config.h -config.h.in -config.h.in~ -config.log -config.status -example-deconstructor -example-deconstructor-alt -example-reformatter -example-reformatter-alt -libtool -libyaml.a -libyaml-test/ -run-dumper -run-emitter -run-loader -run-parser -run-scanner -stamp-h1 -test-reader -test-version -tests/test-reader -tests/test-reader.log -tests/test-reader.trs -tests/test-suite.log -tests/test-version -tests/test-version.log -tests/test-version.trs -.deps -.libs +.deps/ +.libs/ +*~ +*.BAK *.la *.lo *.o *.pc +/CMakeCache.txt +/CMakeFiles/ +/CTestTestfile.cmake +/Makefile +Makefile.in +/Testing/ +/aclocal.m4 +/autom4te.cache +/cmake_install.cmake +/config +/config.h +/config.h.in +/config.h.in~ +/config.log +/config.status +/configure +/example-deconstructor +/example-deconstructor-alt +/example-reformatter +/example-reformatter-alt +/include/Makefile +/libtool +/libyaml.a +/run-dumper +/run-emitter +/run-loader +/run-parser +/run-scanner +/src/Makefile +/stamp-h1 +/test-reader +/test-version +/tests/Makefile +/tests/example-deconstructor +/tests/example-deconstructor-alt +/tests/example-reformatter +/tests/example-reformatter-alt +/tests/run-dumper +/tests/run-emitter +/tests/run-loader +/tests/run-parser +/tests/run-scanner +/tests/run-test-suite/data +tests/run-test-suite/src/libyaml/ +tests/run-test-suite/src/libyaml-emitter +tests/run-test-suite/src/libyaml-parser +/tests/test-reader +/tests/test-reader.log +/tests/test-reader.trs +/tests/test-suite.log +/tests/test-version +/tests/test-version.log +/tests/test-version.trs +/win32/Makefile -- cgit v1.2.1