From 486cafd4acf4945bbf3fea541eaa320f5c419406 Mon Sep 17 00:00:00 2001 From: Wanlong Gao Date: Fri, 23 Dec 2011 14:54:04 +0800 Subject: [PATCH] gitignore: ignore the guestfs.* directory Let git ignore the guestfs.* directorys. Signed-off-by: Wanlong Gao --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dcf2af1..4d4556e 100644 --- a/.gitignore +++ b/.gitignore @@ -367,3 +367,4 @@ tools/virt-*.pl /gnulib .git-module-status .guestfs-* +guestfs.* -- 1.8.3.1