summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-10 19:16:46 -0300
committerEuAndreh <eu@euandre.org>2025-01-10 19:16:46 -0300
commit453690061035661435407594f2c3d8304671bf7b (patch)
tree0c63a279ac7d642fca75467df8e794a115d6f1a4 /.gitignore
parentsrc/random.h: Add initial implementation of random_{new,free,generate}() (diff)
downloadpindaiba-453690061035661435407594f2c3d8304671bf7b.tar.gz
pindaiba-453690061035661435407594f2c3d8304671bf7b.tar.xz
Replace src/config.h with <s.h>; incorporate changes from other projects
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 783c195..d46649e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
/*.a
/*.bin
-/src/config.h
+/src/meta.h
/src/*.o
/src/*.cat
/tests/*.o