summaryrefslogtreecommitdiff
path: root/clang/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove .gitignore entries not relevant in the monorepo.Paul Robinson2021-04-071-4/+0
| | | | Differential Revision: https://reviews.llvm.org/D100049
* 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 llvm-svn: 352514
* NFC: Add .vscode to .gitignoreGor Nishanov2018-12-031-0/+5
| | | | llvm-svn: 348209
* Revert an inadvertent change from r348020.Aaron Ballman2018-11-301-0/+2
| | | | llvm-svn: 348026
* 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 llvm-svn: 348020
* [NFC] Add tags file to .gitignoreGeorge Karpenkov2018-08-221-0/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D50109 llvm-svn: 340479
* Add the clang debug info test directory to .gitignore as it's managed ↵Eric Christopher2016-01-291-0/+2
| | | | | | separately. llvm-svn: 259138
* Revert r242365.Evgeniy Stepanov2015-07-161-0/+35
| | | | | | r242365 removed two unrelated files by accident. llvm-svn: 242366
* 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 llvm-svn: 242365
* [.gitignore] ignore vim swap files harderSean Silva2015-06-171-1/+1
| | | | | | This matches the patterns for vim swap files in llvm/.gitignore llvm-svn: 239875
* Reverted unintendedly-committed file.Alexander Kornienko2013-01-311-1/+1
| | | | llvm-svn: 174076
* Micro-change: moved a brace for better readabilityAlexander Kornienko2013-01-311-1/+1
| | | | llvm-svn: 174075
* 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. llvm-svn: 171425
* 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. llvm-svn: 170042
* Add extra vim swap file patternMichael Liao2012-10-091-0/+1
| | | | llvm-svn: 165570
* Teach Git to ignore the tools/extra directory.David Blaikie2012-08-131-0/+6
| | | | llvm-svn: 161764
* Revert "Test commit"NAKAMURA Takumi2011-10-241-1/+0
| | | | llvm-svn: 142792
* Test commitNAKAMURA Takumi2011-10-241-0/+1
| | | | llvm-svn: 142791
* Add .gitignore file.Eric Christopher2011-07-181-0/+25
llvm-svn: 135440