diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-08-26 17:47:16 +0200 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-08-27 00:08:02 +0000 |
commit | fdae213a4960f530e6a2e48d78788d6c50aaedcf (patch) | |
tree | af023481f8d14542c99389a91d023026b25959de | |
parent | f660b3fe4c308e43798db3e6e1407400c6d81b27 (diff) | |
download | meson-fdae213a4960f530e6a2e48d78788d6c50aaedcf.zip meson-fdae213a4960f530e6a2e48d78788d6c50aaedcf.tar.gz meson-fdae213a4960f530e6a2e48d78788d6c50aaedcf.tar.bz2 |
tests: update .gitignore
-rw-r--r-- | test cases/common/157 wrap file should not failed/subprojects/.gitignore | 1 | ||||
-rw-r--r-- | test cases/unit/79 user options for subproject/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test cases/common/157 wrap file should not failed/subprojects/.gitignore b/test cases/common/157 wrap file should not failed/subprojects/.gitignore index 5550e2e..aabded6 100644 --- a/test cases/common/157 wrap file should not failed/subprojects/.gitignore +++ b/test cases/common/157 wrap file should not failed/subprojects/.gitignore @@ -1,2 +1,3 @@ /foo-1.0 /bar-1.0 +/foo-1.0-patchdir diff --git a/test cases/unit/79 user options for subproject/.gitignore b/test cases/unit/79 user options for subproject/.gitignore new file mode 100644 index 0000000..0bec5ea --- /dev/null +++ b/test cases/unit/79 user options for subproject/.gitignore @@ -0,0 +1 @@ +/subprojects |