From 5465f41dc973c040cc5abd423640b2d4a118a159 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 16 Nov 2009 17:29:04 +0000 Subject: [PATCH] Add .gitignore file for git. --- .hgignore => .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .hgignore => .gitignore (93%) diff --git a/.hgignore b/.gitignore similarity index 93% rename from .hgignore rename to .gitignore index 345b572..de4df22 100644 --- a/.hgignore +++ b/.gitignore @@ -1,4 +1,3 @@ -syntax:glob Makefile Make.rules *~ @@ -32,4 +31,4 @@ ps/virt-ps mem/virt-mem samples lib/*.so -tmp-kernels \ No newline at end of file +tmp-kernels -- 1.8.3.1