From 0b88843d768f0a58a0dfbc0d5d11b29a444f1f9a Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 25 Jul 2019 14:24:00 +0200 Subject: [PATCH] Add .idea folders to .gitignore All JetBrains IDEs create a .idea folder in the project root that is local to the system/user and should not be included in a repository. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 96312f7..84d259d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ moc_* ui_* Makefile +# IDEs +.idea