diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-05-13 21:00:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-13 21:00:38 -0400 |
| commit | 86bdadf4da2e9006541c8cddb3b5067da1ca1bb9 (patch) | |
| tree | dc030b378845bbc6b3b21ed0fe7e12922543dcbb /.gitignore | |
| parent | aae6d9d3644f0792a27b3c67758345c6d13e909b (diff) | |
Extract assets in `make setup`, don't extract them to `assets/src/` and build them in `make` (#132)
* extract assets in setup and build them in make
* Add assetclean
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index a0beceb6e..9f929d252 100644 --- a/.gitignore +++ b/.gitignore @@ -31,14 +31,9 @@ tools/ido_recomp/* binary ctx.c # Assets -*.rgba32.png -*.rgb5a1.png -*.i4.png -*.i8.png -*.ia4.png -*.ia8.png -*.ci4.png -*.ci8.png +*.png +*.jpg +!*_custom* # Per-user configuration .python-version |
