diff options
author | Carbenium <carbenium@outlook.com> | 2016-11-30 21:26:32 +0100 |
---|---|---|
committer | Carbenium <carbenium@outlook.com> | 2016-12-02 01:06:37 +0100 |
commit | 5015290b6c27327e2aa133d0a4cc32f2cbc7d5d8 (patch) | |
tree | 3c0f704556cc708e47bd95f2a4f1aeb5ea7f0da2 | |
parent | eca3645d8bb655b88e39f05e36b435171f738f70 (diff) |
Add cmake-build-* directories to .gitignore since these are the default build locations for CLion
(cherry picked from commit c6bc131b36dea28e3a134fdb08052f4b48891792)
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0fb3980d056..2692f20cc01 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ nbproject/* .idea/* .browse.VC* .vscode +cmake-build-*/ |