aboutsummaryrefslogtreecommitdiff
path: root/llvm/.gitignore
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-03-12 22:40:22 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-03-12 22:40:22 +0000
commit730df071c8780a6df552a03449b956273efe01a9 (patch)
tree0e1f4c91eb22e0d732a755b1b6ee3458fccf5558 /llvm/.gitignore
parentf4ad6983365a3b893584cf01d022c9d740cfeab1 (diff)
downloadllvm-730df071c8780a6df552a03449b956273efe01a9.zip
llvm-730df071c8780a6df552a03449b956273efe01a9.tar.gz
llvm-730df071c8780a6df552a03449b956273efe01a9.tar.bz2
Remove projects/sample.
As an example that was not actually being used, it suffered from a slow bitrot. The two main issues with it were that it had no cmake support and included a copy of the autoconf directory. The reality is that autoconf is not easily composable. The lack of composabilty is why we have clang options in llvm's configure. Suggesting that users include a copy of autoconf/ in their projects seems a bad idea. We are also in the process of switching to cmake, so pushing autoconf to new project is probably not what we want. llvm-svn: 203728
Diffstat (limited to 'llvm/.gitignore')
-rw-r--r--llvm/.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore
index 3de9128..dd0f148 100644
--- a/llvm/.gitignore
+++ b/llvm/.gitignore
@@ -37,7 +37,6 @@ compile_commands.json
#==============================================================================#
# External projects that are tracked independently.
projects/*
-!projects/sample
!projects/CMakeLists.txt
!projects/Makefile
# Clang, which is tracked independently.