From d2fb0e9a92dcdd151a91dd11cfbea850f395152d Mon Sep 17 00:00:00 2001 From: mizipzor Date: Wed, 17 Feb 2010 22:10:11 +0100 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