diff options
| author | EuAndreh <eu@euandre.org> | 2024-04-05 16:07:39 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-04-05 17:08:08 -0300 |
| commit | ea60b1b08015060a08b1ead38e4e81c44a88017f (patch) | |
| tree | 9be302cafc856410383e1b1ab315f8b1a371153d /.gitignore | |
| parent | git mv meta.capim meta.weave (diff) | |
| download | pindaiba-ea60b1b08015060a08b1ead38e4e81c44a88017f.tar.gz pindaiba-ea60b1b08015060a08b1ead38e4e81c44a88017f.tar.xz | |
Move unit tests out of src/*.c into tests/
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ /*.a +/*.bin /src/config.h /src/*.o -/src/*.to -/src/*.a -/src/*.bin -/src/*.c.txt /src/*.cat -/doc/*.[0-9] +/tests/*.o +/tests/*.a +/tests/*.bin +/tests/*.c.txt /tests/fuzz/*.o /tests/fuzz/*.a /tests/fuzz/*.bin /tests/fuzz/corpus/ -/tests/slurp.o +/doc/*.[0-9] |
