From d498f9a75b7f9e2d8070302757bf6480303a5052 Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Tue, 2 Dec 2014 10:16:03 -0800 Subject: [PATCH] Don't consider the built directories, or the thirdparty and sample directories when scanning with git --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..b7923b22be --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/built_x64 +/built +/samples +/thirdparty