From dca88dad9727d5cead06e41c14173a4adc01d69d Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 28 Mar 2009 21:55:53 +0000 Subject: [PATCH] Replace cvsignore with gitignore. --- .cvsignore => .gitignore | 8 ++++++++ examples/.cvsignore | 9 --------- 2 files changed, 8 insertions(+), 9 deletions(-) rename .cvsignore => .gitignore (65%) delete mode 100644 examples/.cvsignore diff --git a/.cvsignore b/.gitignore similarity index 65% rename from .cvsignore rename to .gitignore index 89a6429..2c6f170 100644 --- a/.cvsignore +++ b/.gitignore @@ -14,4 +14,12 @@ febootstrap.spec febootstrap febootstrap-minimize febootstrap-to-initramfs +install-sh +missing stamp-h1 +examples/guestfs +examples/*-initrd.img +examples/guest-image +examples/minimal +examples/vmlinuz +examples/zero diff --git a/examples/.cvsignore b/examples/.cvsignore deleted file mode 100644 index bef3f0d..0000000 --- a/examples/.cvsignore +++ /dev/null @@ -1,9 +0,0 @@ -Makefile.in -Makefile -guestfs -guestfs-initrd.img -guest-image -minimal -minimal-initrd.img -vmlinuz -zero \ No newline at end of file -- 1.8.3.1