[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1358235357-6126-1-git-send-email-iamjoonsoo.kim@lge.com>
Date: Tue, 15 Jan 2013 16:35:57 +0900
From: Joonsoo Kim <iamjoonsoo.kim@....com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org, js1304@...il.com,
Joonsoo Kim <iamjoonsoo.kim@....com>
Subject: [PATCH] tools, vm: add .gitignore to ignore built binaries
There is no .gitignore in tools/vm,
so 'git status' always show built binaries.
To ignore this, add .gitignore.
Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@....com>
diff --git a/tools/vm/.gitignore b/tools/vm/.gitignore
new file mode 100644
index 0000000..44f095f
--- /dev/null
+++ b/tools/vm/.gitignore
@@ -0,0 +1,2 @@
+slabinfo
+page-types
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists