From 00a7310bcf42490f420e12e59d6bf300d303b2e7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 10 Dec 2011 21:08:26 +0000 Subject: [PATCH] build system: import .gitignore Copy the .gitignore from the master branch to the stable branch. (Version is that from 364e35df4fec5bdae53579ffe97297c280be4d88) Signed-off-by: Ian Jackson --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b7f6187 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +*.o +*.d +*.pyc +conffile.tab.[ch] +conffile.yy.[ch] +/version.c +/secnet + +/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 +*.xcodeproj +/build + +test-example/*.key +test-example/sites.conf +test-example/bogus-setup-request +build-stamp -- 2.11.0