git repos / PlatformFolders

commit ad05ef73

sum01 · 2018-04-16 03:06
ad05ef732f1500fc6224383fc8a8e6c118eddfb4 patch · browse files
parent d483775ba24e14a095c47d57a30196454e266802

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