summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Adjust documentation for git migration.James Y Knight2019-01-291-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352514 91177308-0d34-0410-b5e6-96231b3b80d8
* NFC: Add .vscode to .gitignoreGor Nishanov2018-12-031-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348209 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert an inadvertent change from r348020.Aaron Ballman2018-11-301-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348026 91177308-0d34-0410-b5e6-96231b3b80d8
* Reverting r347949-r347951 because they broke the test bots.Aaron Ballman2018-11-301-2/+0
| | | | | | http://lab.llvm.org:8011/builders/clang-cmake-armv8-lld/builds/440/steps/ninja%20check%202/logs/FAIL%3A%20Clang%3A%3Aosobject-retain-release.cpp git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348020 91177308-0d34-0410-b5e6-96231b3b80d8
* [NFC] Add tags file to .gitignoreGeorge Karpenkov2018-08-221-0/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D50109 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340479 91177308-0d34-0410-b5e6-96231b3b80d8
* Add the clang debug info test directory to .gitignore as it's managed ↵Eric Christopher2016-01-291-0/+2
| | | | | | separately. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259138 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert r242365.Evgeniy Stepanov2015-07-161-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
* updated tests for correct commit, concerning D11198Naomi Musgrave2015-07-161-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
* [.gitignore] ignore vim swap files harderSean Silva2015-06-171-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
* Reverted unintendedly-committed file.Alexander Kornienko2013-01-311-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174076 91177308-0d34-0410-b5e6-96231b3b80d8
* Micro-change: moved a brace for better readabilityAlexander Kornienko2013-01-311-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174075 91177308-0d34-0410-b5e6-96231b3b80d8
* analyzer: add initial Sphinx configurationSean Silva2013-01-021-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
* docs: Initial Sphinx setup for Clang.Sean Silva2012-12-121-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
* Add extra vim swap file patternMichael Liao2012-10-091-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165570 91177308-0d34-0410-b5e6-96231b3b80d8
* Teach Git to ignore the tools/extra directory.David Blaikie2012-08-131-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161764 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert "Test commit"NAKAMURA Takumi2011-10-241-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142792 91177308-0d34-0410-b5e6-96231b3b80d8
* Test commitNAKAMURA Takumi2011-10-241-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142791 91177308-0d34-0410-b5e6-96231b3b80d8
* Add .gitignore file.Eric Christopher2011-07-181-0/+25
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135440 91177308-0d34-0410-b5e6-96231b3b80d8