[polly] r217336 - Add test/lit.site.cfg to .gitignore
Tobias Grosser
tobias at grosser.es
Sun Sep 7 08:03:30 PDT 2014
Author: grosser
Date: Sun Sep 7 10:03:30 2014
New Revision: 217336
URL: http://llvm.org/viewvc/llvm-project?rev=217336&view=rev
Log:
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'.
Added:
polly/trunk/.gitignore
Added: polly/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/.gitignore?rev=217336&view=auto
==============================================================================
--- polly/trunk/.gitignore (added)
+++ polly/trunk/.gitignore Sun Sep 7 10:03:30 2014
@@ -0,0 +1 @@
+test/lit.site.cfg
More information about the llvm-commits
mailing list