fix gitignore
This commit is contained in:
parent
7b80e06c04
commit
95d79810a6
4 changed files with 3 additions and 11 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,9 +1,10 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.cache/
|
.cache/
|
||||||
.session.vim
|
.session.vim
|
||||||
|
include/gear/resources.h
|
||||||
log.txt
|
log.txt
|
||||||
*.exe
|
*.exe
|
||||||
./gear
|
gear-bin
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
**/*.o
|
**/*.o
|
||||||
**/*.glsl.h
|
**/*.glsl.h
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
BINARY=gear
|
BINARY=gear-bin
|
||||||
|
|
||||||
SHADERC=sokol-shdc
|
SHADERC=sokol-shdc
|
||||||
|
|
||||||
|
|
BIN
gear
BIN
gear
Binary file not shown.
|
@ -1,9 +0,0 @@
|
||||||
#ifndef __G_RESOURCES_H__
|
|
||||||
#define __G_RESOURCES_H__
|
|
||||||
extern char res_OpenSans_Regular_ttf[];
|
|
||||||
extern int res_OpenSans_Regular_ttf_len;
|
|
||||||
extern char res_happi2_jpg[];
|
|
||||||
extern int res_happi2_jpg_len;
|
|
||||||
extern char res_happi_jpg[];
|
|
||||||
extern int res_happi_jpg_len;
|
|
||||||
#endif
|
|
Loading…
Add table
Reference in a new issue