From 2201df76bedda18ebb48507a35ee809f99c4bc4b Mon Sep 17 00:00:00 2001 From: thurask Date: Tue, 23 Sep 2014 01:07:37 -0400 Subject: [PATCH] Add user-specific settings to Momentics.gitignore The .settings folder contains all of the user-specific preferences for Momentics (like it does for Eclipse, since they're the same underneath). Should be local only. --- Global/Momentics.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Momentics.gitignore b/Global/Momentics.gitignore index 7ebee2be..b14db2d8 100644 --- a/Global/Momentics.gitignore +++ b/Global/Momentics.gitignore @@ -3,3 +3,6 @@ x86/ arm/ arm-p/ translations/*.qm + +# IDE settings +.settings/