From a9c9289033962fe958438bd4f7aa719162e568f1 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Thu, 7 May 2020 22:51:23 -0400 Subject: [PATCH] Add gitignore to ignore all generated files --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28e077e --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*~ +*.o +.deps/ +autom4te.cache/ +Makefile +Makefile.in +/compile +/config.* +/configure +/depcomp +documentation/texinfo.tex +documentation/*.info +INSTALL +aclocal.m4 +install-sh +missing +stamp-h1 \ No newline at end of file -- 2.20.1