commit ad05ef73
Ignore the common 'build' dir
Using Cmake from a build dir is a common build step
Changed files
| M | .gitignore before |
diff --git a/.gitignore b/.gitignore
index 6f5a894..9682bfb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,6 @@ doxygen
*~
platform_folders
nbproject
+
+# Commonly used build dir
+build