summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2016-12-29 20:14:14 -0600
committerIngy döt Net <ingy@ingy.net>2016-12-30 11:09:58 -0600
commita672b0710919287ffbede8594c47aade35dd5874 (patch)
treee5a113d926cdd6cdc112066ee94e11c261191461 /.gitignore
parent52b6634fb39a09c71782caf50005f0f23d2cec95 (diff)
downloadlibyaml-git-a672b0710919287ffbede8594c47aade35dd5874.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore98
1 files changed, 58 insertions, 40 deletions
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