obiwac / python-minecraft-clone

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
https://www.youtube.com/playlist?list=PL6_bLxRDFzoKjaa3qCGkwR5L_ouSreaVP
MIT License
162 stars 79 forks source link

Update .gitignore #36

Closed abhra2020-smart closed 2 years ago

abhra2020-smart commented 2 years ago

Where do we use .core files?

obiwac commented 2 years ago

Where do we use .core files?

They're dump files generated by some systems if configured to do so when your program encounters a segfault or the like. You can include smaller changes such as these within other PR's as not to clutter up things too much :wink: