Ignore GCC compiled binaries
This commit is contained in:
parent
f693b6afe9
commit
f131713dc6
1 changed files with 6 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,7 +1,12 @@
|
||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
|
|
||||||
|
# `make -f Makefile.js` artifacts
|
||||||
.emscripten_cache
|
.emscripten_cache
|
||||||
|
|
||||||
js/*
|
js/*
|
||||||
!js/lib.js
|
!js/lib.js
|
||||||
|
|
||||||
|
# `make -f Makefile` artifacts
|
||||||
|
build_filelist
|
||||||
|
splitimg
|
||||||
|
temu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue