From 716ba86383f73ffca85b98e7cad07495dbe07753 Mon Sep 17 00:00:00 2001 From: Anthony Miyaguchi Date: Mon, 17 Mar 2025 17:45:31 -0700 Subject: Add .deps/ to .gitignore The .deps folders are part of the build process and dirty git status. This ignores them in the project. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3