From 5432b04490c3eade36c9bcce8092f21428359b7f Mon Sep 17 00:00:00 2001 From: Timothee Besset Date: Fri, 30 Sep 2016 10:24:25 -0500 Subject: [PATCH] update git ignores --- install/.gitignore | 7 +++++++ libs/.gitignore | 1 + tools/.gitignore | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 install/.gitignore create mode 100644 libs/.gitignore create mode 100644 tools/.gitignore diff --git a/install/.gitignore b/install/.gitignore new file mode 100644 index 00000000..7c16a3dc --- /dev/null +++ b/install/.gitignore @@ -0,0 +1,7 @@ +*.dll +*.pdb +*.exp +*.ilk +*.pdb +*.lib +*.exe diff --git a/libs/.gitignore b/libs/.gitignore new file mode 100644 index 00000000..e9b6ac45 --- /dev/null +++ b/libs/.gitignore @@ -0,0 +1 @@ +x64 diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 00000000..fccb064c --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,3 @@ +x64 +Debug +Release