diff options
author | Dietmar Winkler <dietmar.winkler@usn.no> | 2023-01-14 00:36:43 +0100 |
---|---|---|
committer | Dietmar Winkler <dietmar.winkler@dwe.no> | 2024-11-14 20:41:15 +0100 |
commit | 14c91a18cc0d7cecbee841f22be24293b91b0ced (patch) | |
tree | 057cdcc88b7673625e8bdaab488900b77af01fd9 | |
parent | e538e96f2ee81e080b26c89aeeccc7181c04eaf9 (diff) | |
download | gitignore-14c91a18cc0d7cecbee841f22be24293b91b0ced.tar.gz gitignore-14c91a18cc0d7cecbee841f22be24293b91b0ced.zip |
Adds some more OS specific file to the ignore list
-rw-r--r-- | Modelica.gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Modelica.gitignore b/Modelica.gitignore index 0aca78a0..7b983f8a 100644 --- a/Modelica.gitignore +++ b/Modelica.gitignore @@ -7,6 +7,9 @@ *.bak *.bak-mo *.mof +\#*\# +*.moe +*.mol ## Build artefacts *.exe @@ -35,4 +38,8 @@ request stat status stop -success
\ No newline at end of file +success +*. + +## Files generated by OS X +.DS_Store |