diff options
| author | EuAndreh <eu@euandre.org> | 2024-11-15 19:48:16 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-11-15 19:48:16 -0300 |
| commit | a1a3cb15b9c7e8767d6baea90fcf1e7dbc1f5a7d (patch) | |
| tree | bb70468c4a04d9a20266bc291ffd5e56f540c470 /.gitignore | |
| parent | Initial empty commit (diff) | |
| download | hsts-a1a3cb15b9c7e8767d6baea90fcf1e7dbc1f5a7d.tar.gz hsts-a1a3cb15b9c7e8767d6baea90fcf1e7dbc1f5a7d.tar.xz | |
First version with code imported from glaze, without tests
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/ |
