From 5aacb42c4182ddfe032a44abef3dddeb0b419a1b Mon Sep 17 00:00:00 2001 From: Jean Flach Date: Tue, 11 Nov 2014 09:49:44 +0100 Subject: [PATCH] Add build directories to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8252f95e3..afa2557e5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ *.komodoproject .*.swp .*.swo +build/ +build-debug/ +build-release/ \ No newline at end of file -- 2.49.0