diff --git a/.gitignore b/.gitignore index 91c8211464..478a962588 100644 --- a/.gitignore +++ b/.gitignore @@ -4,11 +4,11 @@ .pydevproject .repo .settings -base/ -build/ -docs/ -out/ -third_party/gold/ +/base/ +/build/ +/docs/ +/out/ +/third_party/gold/ # Ignore llvm-build. This is only when you are using clang. Address Sanitizer # requires clang. -third_party/llvm-build/ +/third_party/llvm-build/