diff --git a/llvm/.gitignore b/llvm/.gitignore --- a/llvm/.gitignore +++ b/llvm/.gitignore @@ -7,21 +7,8 @@ #==============================================================================# #==============================================================================# -# File extensions to be ignored anywhere in the tree. +# Nested build directory. #==============================================================================# -# Temp files created by most text editors. -*~ -# Merge files created by git. -*.orig -# Byte compiled python modules. -*.pyc -# vim swap files -.*.sw? -.sw? -#OS X specific files. -.DS_store - -# Nested build directory /build #==============================================================================# @@ -82,3 +69,19 @@ #==============================================================================# bindings/go/llvm/llvm_config.go bindings/go/llvm/workdir + +#==============================================================================# +# File extensions to be ignored anywhere in the tree. +# Placed at the end to override any previous ! patterns. +#==============================================================================# +# Temp files created by most text editors. +*~ +# Merge files created by git. +*.orig +# Byte compiled python modules. +*.pyc +# vim swap files +.*.sw? +.sw? +#OS X specific files. +.DS_store