From 1c93081fc48b3a8583d5434c92fb2805c8fcfbb5 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Fri, 30 Dec 2016 22:47:25 +0100 Subject: [PATCH] Add new bin test folders to gitignore --- PlayWall/.gitignore | 1 + PlayWallCore/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/PlayWall/.gitignore b/PlayWall/.gitignore index da419331..0990e08d 100644 --- a/PlayWall/.gitignore +++ b/PlayWall/.gitignore @@ -5,3 +5,4 @@ /build/ /dist/ /test/ +/bin-test/ \ No newline at end of file diff --git a/PlayWallCore/.gitignore b/PlayWallCore/.gitignore index 960394d9..fee6864f 100644 --- a/PlayWallCore/.gitignore +++ b/PlayWallCore/.gitignore @@ -1,3 +1,4 @@ /bin/ /test/ /doc/ +/bin-test/ \ No newline at end of file -- GitLab