Add config.h and config.mk to .gitignore

fix-mingw
Nakidai 2023-11-25 00:17:55 +03:00
parent 9c54a483bd
commit 8e8a1c5abd
3 changed files with 2 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
obj/ obj/
game game
*.core *.core
src/config.h
config.mk

View File

@ -1,4 +0,0 @@
CC = cc
CFLAGS =
LDFLAGS =
OUT = game

View File

@ -1,3 +0,0 @@
#define SIZE 10
#define DEFX 0
#define DEFY 0