diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-16 16:10:50 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-16 16:10:50 -0500 |
commit | e8825947ca82c8f28ad9bc8a225fb4fb749814cb (patch) | |
tree | 78cf8bb71e689f5eeecfd470176577a9d63ca717 /.gitignore | |
parent | b9dd6eb742e4f0c42ed887abd0f17f113f250056 (diff) | |
download | SMAPI-e8825947ca82c8f28ad9bc8a225fb4fb749814cb.tar.gz SMAPI-e8825947ca82c8f28ad9bc8a225fb4fb749814cb.tar.bz2 SMAPI-e8825947ca82c8f28ad9bc8a225fb4fb749814cb.zip |
fix crlf
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,11 +7,11 @@ StardewInjector/bin/ StardewInjector/obj/ packages/ steamapps/ -
+ *.symlink *.lnk !*.exe -!*.dll
+!*.dll ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. |