diff options
| author | EuAndreh <eu@euandre.org> | 2024-12-14 10:30:47 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-12-14 10:30:47 -0300 |
| commit | 06eaf1738494a9e783ed100565911d08efaae826 (patch) | |
| tree | a372bcc99fed70e1cf298eeddef1ec134b178102 /.gitignore | |
| parent | Remove extraneous files (diff) | |
| download | pds-06eaf1738494a9e783ed100565911d08efaae826.tar.gz pds-06eaf1738494a9e783ed100565911d08efaae826.tar.xz | |
Add Makefile and move files to structured folders
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..094db69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +/src/version.go +/*.bin +/src/*.a +/src/*.bin +/src/*cgo* +/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/ |
