1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

Remove .gitignore entries not relevant in the monorepo.

Differential Revision: https://reviews.llvm.org/D100049
This commit is contained in:
Paul Robinson 2021-04-07 10:21:39 -07:00
parent 9c74aed029
commit dc6f2fe5fd

10
.gitignore vendored
View File

@ -44,16 +44,6 @@ projects/*
!projects/Makefile
runtimes/*
!runtimes/*.*
# Clang, which is tracked independently.
tools/clang
# LLDB, which is tracked independently.
tools/lldb
# lld, which is tracked independently.
tools/lld
# Polly, which is tracked independently.
tools/polly
# avrlit, which is tracked independently.
tools/avrlit
# Sphinx build tree, if building in-source dir.
docs/_build
# VS2017 and VSCode config files.