From 9c6410cc3a43d9d1e01f853cb5a8d0f8a6d93b45 Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 18 Apr 2023 16:31:25 +0300 Subject: autotools initial... --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e72bc61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# binaries +synth + +# c +*.o + +# backups +*~ + +# autotools +Makefile +Makefile.in +autom4te.cache/ +autoscan.log +aclocal.m4 +config.log +config.status +configure +configure.scan +.deps/ -- cgit v1.2.3