From 2622bbaf330c8127c5981031d769e7211c926007 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Sat, 30 Jan 2010 00:25:46 +0100 Subject: [PATCH] Ignore libssh2_config.h.in and stamp-h2 in example/ and remove .cvsignore --- example/.gitignore | 2 ++ m4/.cvsignore | 5 ----- src/.cvsignore | 20 -------------------- 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 m4/.cvsignore delete mode 100644 src/.cvsignore diff --git a/example/.gitignore b/example/.gitignore index 784316e8..68461cba 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -21,3 +21,5 @@ config.h.in ssh2_exec ssh2_agent libssh2_config.h +libssh2_config.h.in +stamp-h2 diff --git a/m4/.cvsignore b/m4/.cvsignore deleted file mode 100644 index 38066ddf..00000000 --- a/m4/.cvsignore +++ /dev/null @@ -1,5 +0,0 @@ -libtool.m4 -ltoptions.m4 -ltsugar.m4 -ltversion.m4 -lt~obsolete.m4 diff --git a/src/.cvsignore b/src/.cvsignore deleted file mode 100644 index 91818cb8..00000000 --- a/src/.cvsignore +++ /dev/null @@ -1,20 +0,0 @@ -.deps -.libs -*.lib -*.pdb -*.dll -*.exe -*.obj -*.gcno -*.gcda -.*.swp -Debug -Release -*.exp -Makefile -Makefile.in -*.lo -libssh2.la -libssh2_config.h -libssh2_config.h.in -stamp-h1