Add test/lit.site.cfg to .gitignore

This allows to link Polly's lit.site.cfg from the build into the src directory,
without having it removed by every 'git clean':

  ln -s build/tools/polly/test/lit.site.cfg to src/tools/polly/test

Having this file in our src directory allows us to run llvm-lit on specific
test cases in the Polly test directory just by running 'llvm-lit test/case.ll'.

llvm-svn: 217336
This commit is contained in:
Tobias Grosser 2014-09-07 15:03:30 +00:00
parent 57f03dda49
commit e2f0d06541
1 changed files with 1 additions and 0 deletions

1
polly/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
test/lit.site.cfg