aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-14 10:30:47 -0300
committerEuAndreh <eu@euandre.org>2024-12-14 10:30:47 -0300
commit06eaf1738494a9e783ed100565911d08efaae826 (patch)
treea372bcc99fed70e1cf298eeddef1ec134b178102 /.gitignore
parentRemove extraneous files (diff)
downloadpds-06eaf1738494a9e783ed100565911d08efaae826.tar.gz
pds-06eaf1738494a9e783ed100565911d08efaae826.tar.xz
Add Makefile and move files to structured folders
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
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/