From fc5d2adb3a0b4cae904563ccb6e24c8c8ac45614 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 26 May 2017 23:58:06 -0700 Subject: *: add rudimentary .gitignore --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4365607 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +*.[oa] +*.swp +*.in +*~ +Makefile +.deps/ +.dirstamp +config.h +config.log +config.status +TAGS +tags +autom4te.cache/ +*.tar.gz +aclocal.m4 +ar-lib +compile +config.guess +config.sub +configure +depcomp +install-sh +missing +stamp-h1 -- cgit v1.2.3