diff options
author | Carbenium <carbenium@outlook.com> | 2016-06-21 21:13:32 +0200 |
---|---|---|
committer | Carbenium <carbenium@outlook.com> | 2016-06-21 21:13:32 +0200 |
commit | 73779d09e99b60432909b734887a116dabbf6fa8 (patch) | |
tree | 0a1b7eee4b97ea6f8ea1e27dd85af7422d3d2255 | |
parent | 9a2d8eac99a0600387201bd40efc6b6e30dbfd03 (diff) |
Add CLion files to gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9378a13bf11..48fa31fa9d2 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ CMakeLists.txt.user *.BASE.* *.LOCAL.* nbproject/* +.idea/* |