summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2016-01-29Add the clang debug info test directory to .gitignore as it's managed ↵Eric Christopher1-0/+2
separately. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259138 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-16Revert r242365.Evgeniy Stepanov1-0/+35
r242365 removed two unrelated files by accident. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242366 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-16updated tests for correct commit, concerning D11198Naomi Musgrave1-35/+0
Summary: Updating missed changes in revision D11198 Reviewers: eugenis, kcc Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D11251 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242365 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-17[.gitignore] ignore vim swap files harderSean Silva1-1/+1
This matches the patterns for vim swap files in llvm/.gitignore git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239875 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-31Reverted unintendedly-committed file.Alexander Kornienko1-1/+1
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174076 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-31Micro-change: moved a brace for better readabilityAlexander Kornienko1-1/+1
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174075 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-02analyzer: add initial Sphinx configurationSean Silva1-0/+1
This is just the output of sphinx-quickstart. Now all that is needed to begin converting the analyzer docs to reST is the server-side setup. The analyzer folks have asked me to keep this segregated from the other clang docs since the analyzer is a logically separate project (and has its own separate web page) even though it resides in the clang tree. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171425 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-12docs: Initial Sphinx setup for Clang.Sean Silva1-0/+2
I don't think this will be visible just yet on <clang.llvm.org/docs/> since I don't think that the necessary server-side setup has taken place. Don't shoot me over the theme. I don't want to duplicate LLVM's theme into the clang repo at the moment, so I just used one of Sphinx's default themes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170042 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-09Add extra vim swap file patternMichael Liao1-0/+1
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165570 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-13Teach Git to ignore the tools/extra directory.David Blaikie1-0/+6
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161764 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-24Revert "Test commit"NAKAMURA Takumi1-1/+0
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142792 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-24Test commitNAKAMURA Takumi1-0/+1
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142791 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-18Add .gitignore file.Eric Christopher1-0/+25
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135440 91177308-0d34-0410-b5e6-96231b3b80d8