From cede1a50088defb6f12b867e84c888c14ea9fe5b Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sat, 19 Oct 2013 19:55:27 +0200 Subject: [PATCH] Ignore PyCharm project directory --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index c51c53cfbd..e30ec86c8c 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,7 @@ .gdb_history .purify .svn/ +^.idea/ .DS_Store Makefile$ Makefile.pre$ -- 2.50.1