diff options
author | EuAndreh <eu@euandre.org> | 2024-10-26 13:24:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-26 13:24:52 -0300 |
commit | c7e2dea6f6148d0972c0b1f2795910c9a24ac27a (patch) | |
tree | 9dbcd8906cb8421b08cf3d91ead7e43b30077231 /.gitignore | |
parent | Move code to src/ and tests/ (diff) | |
download | dedo-c7e2dea6f6148d0972c0b1f2795910c9a24ac27a.tar.gz dedo-c7e2dea6f6148d0972c0b1f2795910c9a24ac27a.tar.xz |
Normalize structure following other projects
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -1,4 +1,14 @@ -*.prof -*.test -*.swp -/bin/ +/src/version.go +/*.bin +/src/*.a +/src/*.bin +/tests/*.a +/tests/*.bin +/tests/functional/*/*.a +/tests/functional/*/*.bin +/tests/fuzz/*/*.a +/tests/fuzz/*/*.bin +/tests/benchmarks/*/*.a +/tests/benchmarks/*/*.bin +/tests/benchmarks/*/*.txt +/tests/fuzz/corpus/ |