sezero / quakespasm

QuakeSpasm -- A modern, cross-platform Quake game engine based on FitzQuake.
https://sourceforge.net/projects/quakespasm/
GNU General Public License v2.0
227 stars 96 forks source link

Add .gitignore file from Ironwail #104

Closed erysdren closed 1 month ago

erysdren commented 2 months ago

Just to make working a little easier, so git doesn't accidentally pull all the object and dependency files.

Diordany commented 2 months ago

I also think it's convenient to have a .gitignore here to declutter the working tree status after I've checked out a commit from the main repo. On my fork, I also have history.txt and .vscode ignored, but the .o and .d files are the main source of frustration for me (which are covered by @erysdren's commit).

sezero commented 1 month ago

I don't like .gitignore. Let's leave this out for now.