summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)Author
2023-09-16don't globally ignore rustc-ice filesRalf Jung
2023-08-07Ignore ICE dumps in gitOli Scherer
2023-03-20Auto merge of #108148 - parthopdas:master, r=oli-obkbors
2023-03-18address review commentsJoshua Nelson
2023-03-15Implementing "<test_binary> --list --format json" #107307 #49359Partha P. Das
2023-03-05Ignore things in .gitignore in tidyJoshua Nelson
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan
2022-09-01Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-SimulacrumMatthias Krüger
2022-08-29Ignore cargo target folder in src/bootstrapTyler Mandry
2022-08-20Add `/build-rust-analyzer/` to .gitignoreNilstrieb
2022-06-26Remove references to `./tmp` in-treeJoshua Nelson
2022-02-01Add package.json in gitignoreGuillaume Gomez
2021-10-12Fix invalid rules in .gitignoreCanop
2021-07-12Simplify build system for rustdoc-gui test cratesGuillaume Gomez
2021-04-22Remove "Version control"Christiaan Dirkx
2021-04-22Clean up .gitignoreChristiaan Dirkx
2021-03-10Ignore Vim swap filesCamelid
2021-02-21Ignore nodejs/npm filesGuillaume Gomez
2020-11-03Add a tool to run `x.py` from any subdirectoryCasey Rodarmor
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov
2020-03-25gitignore: allow target to be a symlinkBen Boeckel
2020-01-14Add unicode table generatorMark Rousskov
2019-12-15.gitignore: Don't ignore a file that exists in the repositoryJosh Triplett
2019-10-21expand commentRalf Jung
2019-10-21keep the root dir clean from debuggingRalf Jung
2019-10-20Ignore DOT files in .gitignoreDylan MacKenzie
2019-08-10.gitignore: Explain why `/obj/` is ignoredMazdak Farrokhzad
2019-08-10Explain why `/tmp/` is ignoredMazdak Farrokhzad
2019-08-10.gitignore: Readd `/tmp/`Mazdak Farrokhzad
2019-08-08more alphabeticalRalf Jung
2019-08-08tweak ignoresRalf Jung
2019-08-08fix typo in .gitignoreRalf Jung
2019-08-08Cargo.toml is at the root these daysRalf Jung
2019-08-08gitignore: remove some things that look ancientRalf Jung
2019-08-08explain what we want and what not in .gitignoreRalf Jung
2019-08-05don't ignore mir_dump folderRalf Jung
2019-07-06Rollup merge of #60081 - pawroman:cleanup_unicode_script, r=varkorMazdak Farrokhzad
2019-05-25Ignore .vscode even if it is a symlinkOliver Scherer
2019-04-18Clean up unicode.py scriptPaweł Romanowski
2019-01-08Ignore some IDE-local filesOliver Scherer
2018-08-28move file-extension based .gitignore down to src/Ralf Jung
2018-07-22Added new lines to .gitignore.David Wood
2018-05-21Update .gitignore for libstd_unicodevarkor
2018-04-12Implement inferring outlives requirements for references, structs, enum, unio...toidiu
2017-11-28rustc_llvm: remove stale referencesTamir Duberstein
2017-09-23Allow writing metadata without llvmbjorn3
2017-06-30Ignore *.iml filesStepan Koltsov
2017-06-02Ignore some folders.kennytm
2017-02-13include everything in the vendor directorySteve Klabnik
2017-01-03Reduce the size of static data in std_unicode::tables.Simon Sapin