From 4e59ff0430b948bdb7191e77b0c922b64db50791 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Jun 2011 13:43:16 +0100 Subject: [PATCH] build system: add a .gitignore Ignore all files generated by running autoconf, ./configure, and make, and the debian build, and editor backup files. (The files generated by running autoheader are committed and therefore we don't add them to .gitignore. There is probably a mistake here, which will be fixed later in this series.) Signed-off-by: Ian Jackson Signed-off-by: Richard Kettlewell --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..912fddc --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +*.o +*.d +conffile.tab.[ch] +conffile.yy.c +version.c +/secnet + +configure + +config.log +config.h +config.status +stamp-h +Makefile + +autom4te.cache + +*~ +TAGS + +debian/files +debian/secnet.debhelper.log +debian/*.debhelper +debian/secnet +debian/secnet.substvars -- 2.30.2