summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)Author
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton
2016-08-05Ignore VS Code settings directoryVadim Chugunov
2016-05-17Auto merge of #33617 - sanmai-NL:gitignore_IntelliJ, r=nikomatsakisbors
2016-05-14rustbuild: Ignore user config.toml file.Scott Olson
2016-05-13IntelliJ support, ordering, cleanupSander Maijers
2016-04-13Add /obj/ to .gitignoreAlex Crichton
2016-02-13Add *.pdb to .gitignoreRobin Kruppe
2016-02-11Add a Cargo-based build systemAlex Crichton
2015-06-25Ignore KDevelop 4 (and 5 pre-release) project filesCruz Julian Bishop
2014-08-03gitignore: Add the autogenerated/downloaded unicode data files.Huon Wilson
2014-08-03Use globs to ignore target directories.OGINO Masanori
2014-08-03Sort .gitignore.OGINO Masanori
2014-07-14Move llvm bindings to their own crateBrian Anderson
2014-05-30Ignore /build even if it’s a symlink, but only at top-level.Simon Sapin
2014-05-28remove /build from .gitignore since there is build/Heather
2014-03-09Add /dist/ to .gitignoreBrian Anderson
2014-02-16Ignore /build even if it’s a symlink.Simon Sapin
2014-02-07doc: add license information for gen. filesAdrien Tétar
2014-02-02Rewrite the doc makefile for doc => src/docAlex Crichton
2014-01-29extra: move glob to libglobDavid Manescu
2014-01-29extra: move arena to libarenaDavid Manescu
2014-01-26Add /doc/{flate,rustdoc} to .gitignoreKevin Ballard
2014-01-11doc: build the docs for librustpkgKevin Ballard
2014-01-11Add /doc/rustuv to .gitignoreKevin Ballard
2014-01-10Remove *.pot files and ignore them now.OGINO Masanori
2013-12-29Add /doc/{rustc,syntax} to .gitignoreKevin Ballard
2013-12-29Add /doc/{green,native} to .gitignoreKevin Ballard
2013-12-20Remove many false positives from the ctags resultsChris Morgan
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton
2013-11-13Add Window build directory to .gitignoreJoe Schafer
2013-11-03Create epub versions of tutorial and ref manual.Noufal Ibrahim
2013-10-21doc: tidy and cleanup CSS deps, add tutorial PDF generationAdrien Tétar
2013-05-25Ignore the generated docs for libextraHuon Wilson
2013-05-14Update .gitignoreYoungmin Yoo
2013-04-17gitignore: Add build/ subdirectoryTim Chevalier
2013-04-13Add some more generated files to the .gitignore fileHuon Wilson
2012-10-24.settings/ added in .gitignoreMahmut Bulut
2012-08-21Update .gitignoreTim Chevalier
2012-06-12Make git ignore the .DS_Store file on Macs (wherever it is)Tim Chevalier
2012-03-27Add config.stamp to .gitignoreTim Chevalier
2012-03-05Stop .gitignoring rustboot. It does not existBrian Anderson
2012-03-05Stop .gitignoring the rustc directoryBrian Anderson
2012-03-01Ignore temp filesTim Chevalier
2012-01-20Update .gitignoreTim Chevalier
2012-01-20Add .elc files to .gitignore. Closes #1578Brian Anderson
2012-01-19update gitignore with some doc-related filesTim Chevalier
2011-12-23Add /inst/ to .gitignoreGraydon Hoare
2011-11-19.gitignore a bunch of artifacts of in-tree buildsBrian Anderson
2011-09-23Update to libuv commit 3ca382.Erick Tryzelaar
2011-07-13More additions to .gitignore.Graydon Hoare