Do not ignore clang for my 65816 work

This commit is contained in:
Jeremy Rand 2015-07-18 00:09:54 -05:00
parent 26846cab41
commit 79f01ca4a8

3
.gitignore vendored
View File

@ -39,7 +39,8 @@ projects/*
!projects/CMakeLists.txt !projects/CMakeLists.txt
!projects/Makefile !projects/Makefile
# Clang, which is tracked independently. # Clang, which is tracked independently.
tools/clang # Except I am going to integrate it for my WDC65816 repository...
# tools/clang
# LLDB, which is tracked independently. # LLDB, which is tracked independently.
tools/lldb tools/lldb
# lld, which is tracked independently. # lld, which is tracked independently.