From 1a03986cf70053dcba71ac98490295e791ea3239 Mon Sep 17 00:00:00 2001 From: mizipzor Date: Thu, 18 Feb 2010 05:10:11 +0800 Subject: [PATCH] added some windows ignores --- build/.gitignore | 1 + output/.gitignore | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 build/.gitignore create mode 100644 output/.gitignore diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 000000000..474fe987c --- /dev/null +++ b/build/.gitignore @@ -0,0 +1 @@ +build-real \ No newline at end of file diff --git a/output/.gitignore b/output/.gitignore new file mode 100644 index 000000000..45291fd1d --- /dev/null +++ b/output/.gitignore @@ -0,0 +1,3 @@ +Debug +Release +RelWithDebInfo \ No newline at end of file