From 73634050607d44279f04e14c1e161a6a304c5e47 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 21 Dec 2007 16:49:33 +0100 Subject: Gitignore some generated files. Guenther (This used to be commit 1e090654320ba3ce94d8114acaf931dbb2557a0c) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bd1cba16b0..d3266edbbe 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.po *~ source/client/client_proto.h +source/libnet/libnet_proto.h source/include/build_env.h source/include/config.h source/include/config.h.in @@ -9,6 +10,7 @@ source/include/proto.h source/include/stamp-h source/include/version.h source/Makefile +source/lib/netapi/examples/Makefile source/config.log source/config.status source/configure -- cgit