diff --git a/.gitignore b/.gitignore index 987e8a649620..0ad417e3a2bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,19 @@ +# Environment configuration /Makefile.local +/Makefile.win.local # Build artifacts +*.o +*.ll +*.s +*.obj +*.dwo +*.dwarf +*.pdb +*.exe /.build/ /samples/.build/ /docs/ -/src/llvm/ext/llvm_ext.o -/src/llvm/ext/llvm_ext.obj -/src/llvm/ext/llvm_ext.dwo /man/*.gz # CI