Add config.h and config.mk to .gitignore
parent
9c54a483bd
commit
8e8a1c5abd
|
@ -1,3 +1,5 @@
|
|||
obj/
|
||||
game
|
||||
*.core
|
||||
src/config.h
|
||||
config.mk
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#define SIZE 10
|
||||
#define DEFX 0
|
||||
#define DEFY 0
|
Loading…
Reference in New Issue