Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2017-11-25 16:11:18 +0300
committergabime <gmelman1@gmail.com>2017-11-25 16:11:18 +0300
commit9a8f5c59e23834387fc1ba6a18123acabcfa380d (patch)
treebf0ffe22b4314ed214ddfec7066f1402899c031f /.gitignore
parentc41b6d28b514169dc3a91330c74207f3889c6b6e (diff)
Added .idea/ to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b51a05b7..04f6ab99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,6 @@ install_manifest.txt
/tests/tests.VC.db
/tests/tests
/tests/logs/file_helper_test.txt
+
+# idea
+.idea/ \ No newline at end of file