pete-gordon / oricutron

Portable Oric-1/Atmos/Telestrat and Pravetz 8D emulator
http://www.petergordon.org.uk/oricutron/
GNU General Public License v2.0
69 stars 25 forks source link

Fix .gitignore not applying to VS2017 files #129

Closed rzumer closed 5 years ago

rzumer commented 5 years ago

The .gitignore entries for MSVC files were only valid for VS2015. This change allows subdirectories at any level within msvc to also be targeted by the ignore entries.

The trailing slashes allow ignoring directories only.