From 43c4a6e9693c83a2c034d5bad674de13f06e6371 Mon Sep 17 00:00:00 2001
From: Kai KANG <myfavouritekk@gmail.com>
Date: Wed, 22 Apr 2015 18:41:42 +0800
Subject: [PATCH] Ignore build files

---
 build/.gitignore | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 build/.gitignore

diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..fbc7ed1
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1,5 @@
+# Ignore everything in this directory
+*
+# Except these files
+!.gitignore
+!README
-- 
GitLab