From b57c21da92563eed58867a9a6b02c201006cbc57 Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:52:57 -0600 Subject: Automake (#2) * gnu autotools build * ignore dist --- .gitignore | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b9dbfd3..0294c6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,20 @@ .DS_Store .idea *.log +*~ tmp/ +/.ccls-cache/ +*.in +*.m4 +/autom4te.cache/ +/build-aux/ +/config.h +*.status +/configure +.deps/ +Makefile *.o -build/ -.ccls-cache -.cache +/src/main +/stamp-h1 +/*.gz -- cgit v1.2.3