diff options
author | Carbenium <carbenium@outlook.com> | 2016-06-21 21:13:32 +0200 |
---|---|---|
committer | Carbenium <carbenium@outlook.com> | 2016-06-21 21:14:02 +0200 |
commit | be6371fdc28e24d2fad73f6372c6a226971eceb5 (patch) | |
tree | 9b20089db22b4f84f79e4cfa8a3c226814553e71 /.gitignore | |
parent | a73e9b7f46ca1a34457e5a95e77f8d57711cc18b (diff) |
Add CLion files to gitignore
(cherry picked from commit 73779d09e99b60432909b734887a116dabbf6fa8)
Diffstat (limited 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/* |