aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-11-03 10:15:49 -0300
committerEuAndreh <eu@euandre.org>2024-11-19 19:10:45 -0300
commit6c4eb1aa31b670d32910d4881b0801eac8265057 (patch)
tree85fc6f0615fb503317da6782d073fa127bc71e60 /.gitignore
parentAdd byte position to nodes of a syntax tree (diff)
downloadurubu-6c4eb1aa31b670d32910d4881b0801eac8265057.tar.gz
urubu-6c4eb1aa31b670d32910d4881b0801eac8265057.tar.xz
Setup Makefile project structure with empty src/urubu.go source
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 47b3d13..fb07bbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,21 @@
+/src/version.go
+/*.bin
+/*.db*
+/src/*.a
+/src/*.bin
+/src/*cgo*
+/tests/*.a
+/tests/*.bin
+/tests/functional/*/*.a
+/tests/functional/*/*.bin
+/tests/functional/*/*.go.db*
+/tests/fuzz/*/*.a
+/tests/fuzz/*/*.bin
+/tests/benchmarks/*/*.a
+/tests/benchmarks/*/*.bin
+/tests/benchmarks/*/*.txt
+/tests/fuzz/corpus/
+
+
+
spec/grammar/clexspec.json