From 0647d93ebe3a2807741de54632b07b47aaacf6af Mon Sep 17 00:00:00 2001 From: Stuart Campbell <campbellsi@ornl.gov> Date: Sat, 3 Dec 2011 10:24:30 -0500 Subject: [PATCH] Ignore PyCharm project files. refs #3866 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e91105b459..ca33074b60f 100644 --- a/.gitignore +++ b/.gitignore @@ -140,4 +140,7 @@ Thumbs.db # Folder config file Desktop.ini -/Code/Mantid/Build/CMake/OutputBinaryTo.cmake \ No newline at end of file +# PyCharm IDE +.idea/ + +/Code/Mantid/Build/CMake/OutputBinaryTo.cmake -- GitLab