aboutsummaryrefslogtreecommitdiff
path: root/clang/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-01-31Reverted unintendedly-committed file.Alexander Kornienko1-1/+1
llvm-svn: 174076
2013-01-31Micro-change: moved a brace for better readabilityAlexander Kornienko1-1/+1
llvm-svn: 174075
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. llvm-svn: 171425
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. llvm-svn: 170042
2012-10-09Add extra vim swap file patternMichael Liao1-0/+1
llvm-svn: 165570
2012-08-13Teach Git to ignore the tools/extra directory.David Blaikie1-0/+6
llvm-svn: 161764
2011-10-24Revert "Test commit"NAKAMURA Takumi1-1/+0
llvm-svn: 142792
2011-10-24Test commitNAKAMURA Takumi1-0/+1
llvm-svn: 142791
2011-07-18Add .gitignore file.Eric Christopher1-0/+25
llvm-svn: 135440