diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2025-01-12 08:16:08 -0700 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-01-12 08:16:08 -0700 |
| commit | e9e0927c8abc0be73e3bb2642defb28d0f065ab4 (patch) | |
| tree | 1b2f6bd9985f9105e057099a267ba0846afbb0e6 | |
| parent | fae3782e298bad30583e2e9b4888926732636de4 (diff) | |
| download | vis-e9e0927c8abc0be73e3bb2642defb28d0f065ab4.tar.gz vis-e9e0927c8abc0be73e3bb2642defb28d0f065ab4.tar.xz | |
test: add a couple missed files to .gitignore
| -rw-r--r-- | test/core/.gitignore | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/test/core/.gitignore b/test/core/.gitignore index b5fdb76..655122a 100644 --- a/test/core/.gitignore +++ b/test/core/.gitignore @@ -1,10 +1,13 @@ -/config.h -/text-test -/buffer-test -/map-test -/array-test -/ccan-config *.gcda *.gcno *.gcov *.valgrind +/array-test +/buffer-test +/ccan-config +/config.h +/data +/hardlink +/map-test +/symlink +/text-test |
