diff options
| author | EuAndreh <eu@euandre.org> | 2025-05-02 18:34:58 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-05-02 19:10:40 -0300 |
| commit | 715815e3bea7fec41a385742b0a6a8fee4c5cf99 (patch) | |
| tree | e752e49b0127cae36724877174579aaff801a0c5 /.gitignore | |
| parent | WIP: Commit sh code as-is (diff) | |
| download | gistatic-715815e3bea7fec41a385742b0a6a8fee4c5cf99.tar.gz gistatic-715815e3bea7fec41a385742b0a6a8fee4c5cf99.tar.xz | |
Switch from POSIX sh to Go
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 31 |
1 files changed, 16 insertions, 15 deletions
@@ -1,15 +1,16 @@ -/public/ -/src/gistatic -/src/config.h -/libgistatic.a -/gistatic -/gistatic-tests -/src/*.o -/src/*.to -*.mo -*.po~ -/doc/*.1 -/README.*.md -/CHANGELOG.*.md -/vgcore.* -/tmp/ +/src/version.go +/*.bin +/*.db +/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/ |
