From 678eab6597584d57efa2092b1647c070781681ae Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 3 Feb 2021 07:32:08 +0100 Subject: [PATCH] Add Windows build directories to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 72122ef..999b25d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ local.conf build/ # Default ignored files .idea/workspace.xml +# Windows +libpEpAdapter/Debug/ +libpEpAdapter/Release/ \ No newline at end of file