diff --git a/.gitignore b/.gitignore index 2ae46b52e44f..5d74450c533f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,14 @@ -.DS_Store -/.tags -/.tags_sorted_by_file -/.vagrant -.crystal/ -coverage/ -/deps/ -/.build/ -.*.swp /Makefile.local -all_spec -/tmp + +# Build artifacts +/.build/ /docs/ /src/llvm/ext/llvm_ext.o /src/llvm/ext/llvm_ext.obj /src/llvm/ext/llvm_ext.dwo /man/*.gz + +# CI +/coverage/ +/tmp/ +/.junit/