Initial commit which pushes up a bare cargo project with the shareware version of doom added.
16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
/target
|
|
|
|
# WADs
|
|
|
|
# We want to be able to distribute the shareware WAD (this shouldn't change much)
|
|
# and not allow other WADs to be pushed to git
|
|
|
|
# First ignore the whole WADs directory
|
|
WADs/*
|
|
|
|
# Then cancel the ignore on doom1.wad (shareware)
|
|
!WADs/doom1.wad
|
|
|
|
# End WADs
|
|
|