aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Miyaguchi <acmiyaguchi@gmail.com>2025-03-17 17:45:31 -0700
committerAnthony Miyaguchi <acmiyaguchi@gmail.com>2025-03-17 20:55:36 -0700
commit716ba86383f73ffca85b98e7cad07495dbe07753 (patch)
tree8fe33a253975e3c16b85ecc6b23eb547ddc73b5d
parent432437a6840b8175ac1399c56448833aeb7333f0 (diff)
Add .deps/ to .gitignore
The .deps folders are part of the build process and dirty git status. This ignores them in the project.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 55fbddc9..026b82e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.a
*.o
+.deps/
config.*
autom4te.cache
Makefile