diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2024-03-16 10:24:49 +0300 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-16 19:23:23 +0900 |
commit | d730db2c0d934174635a3b850b00dccf2dbb871f (patch) | |
tree | 72879f3b865ba28df86536a882585601274a332d | |
parent | 57f90016c3e337a52a27cd7171467bf3d39ccd1c (diff) | |
download | tqt3-d730db2c0d934174635a3b850b00dccf2dbb871f.tar.gz tqt3-d730db2c0d934174635a3b850b00dccf2dbb871f.zip |
gitignore: add a couple more tests
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 8e4edc5883e826848ca4903e5b73a7e2c0342024)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aaacab614..c69cfd5aa 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,10 @@ Makefile # Feel free to add PR any additions to this list you see fit /config.tests/unix/endian/endiantest +/config.tests/unix/ipv6/ipv6test +/config.tests/unix/largefile/largefiletest /config.tests/unix/ptrsize/ptrsizetest +/config.tests/unix/stl/stltest /examples/aclock/aclock /examples/action/action /examples/action/toggleaction/toggleaction |