diff options
author | EuAndreh <eu@euandre.org> | 2025-05-10 16:30:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-10 16:39:34 -0300 |
commit | 2ce4f876734df9adcae7c7d3e558f8bcfd37cb52 (patch) | |
tree | 9343323c26afb6169c0ea143d516cb089aba91d9 /.gitignore | |
parent | Merge pull request #11 from mvo5/bugfix/fix-tests-on-linux (diff) | |
download | gotext-2ce4f876734df9adcae7c7d3e558f8bcfd37cb52.tar.gz gotext-2ce4f876734df9adcae7c7d3e558f8bcfd37cb52.tar.xz |
Setup Go skeleton
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1 +1,16 @@ -*.sw? +/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/ |