summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--proxy/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a0dd379..d1cae80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,5 @@ install-sh
ltmain.sh
missing
mkinstalldirs
+proxy/examples/*.conf
+proxy/examples/mech
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 4efa053..d7012d1 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -304,7 +304,7 @@ CLEANFILES = *.X */*.X */*/*.X \
examples/gssproxy.conf \
examples/24-nfs-server.conf \
examples/80-httpd.conf \
- examples/99-nfs-client.conf.in
+ examples/99-nfs-client.conf
tests: all $(check_PROGRAMS)
$(srcdir)/tests/runtests.py