From b3f1e6b23d6feff6b7d5a2083d0a3535ce7d6520 Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Tue, 8 Oct 2013 09:26:16 -0400 Subject: [PATCH] enhance gitignore for non-VPATH builds and netbeans --- .gitignore | 17 +++++++++++++++++ conf/.gitignore | 1 + src/.gitignore | 1 + 3 files changed, 19 insertions(+) create mode 100644 conf/.gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore index edfb57d..6843cf9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,20 @@ Makefile.in /install-sh /missing /config.h.in* + + + +# need these for non-VPATH builds +/config.h +/config.status +/config.log +/stamp-h1 + +Makefile +.deps/ + +*.o + +# netbeans + +/nbproject/ diff --git a/conf/.gitignore b/conf/.gitignore new file mode 100644 index 0000000..fee9217 --- /dev/null +++ b/conf/.gitignore @@ -0,0 +1 @@ +*.conf diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..04bbe54 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +epple2