From 733c96ce2af902f957d9f9550720d9bb989c63e7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 15 Jan 2017 16:31:30 +0000 Subject: [PATCH] Source: ignore .idea (#24523). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Javier Menéndez. git-svn-id: http://svn.redmine.org/redmine/trunk@16205 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .gitignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 173b030c246..e19e36c2d2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.project +/.idea /.loadpath /.powrc /.rvmrc diff --git a/.hgignore b/.hgignore index cbc028a9471..e1e895da3a0 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,7 @@ syntax: glob .project +.idea .loadpath .powrc .rvmrc