Update .gitignore to add ccache and ninja (#1027)

This commit is contained in:
juj
2022-04-13 19:48:17 +03:00
committed by GitHub
parent 7978a62f2b
commit 9483a23c8a

2
.gitignore vendored
View File

@@ -13,11 +13,13 @@ __pycache__
/emscripten-releases-tot.txt /emscripten-releases-tot.txt
# File that get download/extracted by emsdk itself # File that get download/extracted by emsdk itself
/ccache
/gnu /gnu
/upstream /upstream
/fastcomp /fastcomp
/fastcomp-clang/ /fastcomp-clang/
/llvm /llvm
/ninja
/releases /releases
/clang /clang
/emscripten /emscripten