summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* Auto merge of #33617 - sanmai-NL:gitignore_IntelliJ, r=nikomatsakisbors2016-05-171-8/+8
|\ | | | | | | IntelliJ support, ordering, cleanup
| * IntelliJ support, ordering, cleanupSander Maijers2016-05-131-8/+8
| |
* | rustbuild: Ignore user config.toml file.Scott Olson2016-05-141-0/+1
|/
* Add /obj/ to .gitignoreAlex Crichton2016-04-131-0/+1
| | | | | | | | | This is the build directory our buildbots use, and right now the bots are running `git clean -f -f -d` to remove all untracked files between runs and this is accidentally deleting `obj`, so we're building LLVM a lot. Hopefully this keeps the bots caching `obj` so we can clean it out manually and leave LLVM around.
* Add *.pdb to .gitignoreRobin Kruppe2016-02-131-0/+1
|
* Add a Cargo-based build systemAlex Crichton2016-02-111-0/+1
| | | | | | | | | | | | This commit is the start of a series of commits which start to replace the makefiles with a Cargo-based build system. The aim is not to remove the makefiles entirely just yet but rather just replace the portions that invoke the compiler to do the bootstrap. This commit specifically adds enough support to perform the bootstrap (and all the cross compilation within) along with generating documentation. More commits will follow up in this series to actually wire up the makefiles to call this build system, so stay tuned!
* Ignore KDevelop 4 (and 5 pre-release) project filesCruz Julian Bishop2015-06-251-0/+1
|
* gitignore: Add the autogenerated/downloaded unicode data files.Huon Wilson2014-08-031-0/+6
|
* Use globs to ignore target directories.OGINO Masanori2014-08-031-4/+2
| | | | Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
* Sort .gitignore.OGINO Masanori2014-08-031-64/+64
| | | | Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
* Move llvm bindings to their own crateBrian Anderson2014-07-141-1/+1
|
* Ignore /build even if it’s a symlink, but only at top-level.Simon Sapin2014-05-301-1/+1
|
* remove /build from .gitignore since there is build/Heather2014-05-281-1/+0
|
* Add /dist/ to .gitignoreBrian Anderson2014-03-091-0/+1
|
* Ignore /build even if it’s a symlink.Simon Sapin2014-02-161-1/+1
|
* doc: add license information for gen. filesAdrien Tétar2014-02-071-1/+0
|
* Rewrite the doc makefile for doc => src/docAlex Crichton2014-02-021-14/+1
| | | | | | | | This continues to generate all documentation into doc, but it now looks for source files in src/doc Closes #11860 Closes #11970
* extra: move glob to libglobDavid Manescu2014-01-291-0/+1
| | | | | In line with the dissolution of libextra - moves glob to its own library libglob. Changes based on PR #11787. Updates .gitignore to ignore doc/glob.
* extra: move arena to libarenaDavid Manescu2014-01-291-0/+1
| | | | | In line with the dissolution of libextra - #8784 - moves arena to its own library libarena. Changes based on PR #11787. Updates .gitignore to ignore doc/arena.
* Add /doc/{flate,rustdoc} to .gitignoreKevin Ballard2014-01-261-0/+2
|
* doc: build the docs for librustpkgKevin Ballard2014-01-111-0/+1
|
* Add /doc/rustuv to .gitignoreKevin Ballard2014-01-111-0/+1
|
* Remove *.pot files and ignore them now.OGINO Masanori2014-01-101-0/+1
| | | | | | | | | | | The .pot files can be generated automatically and the files contain timestamps in their content. They can cause huge conflicts and take huge space even if you are not a translator. This commit is a part of improvement discussed on https://github.com/mozilla/rust/pull/11383 . Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
* Add /doc/{rustc,syntax} to .gitignoreKevin Ballard2013-12-291-0/+2
|
* Add /doc/{green,native} to .gitignoreKevin Ballard2013-12-291-0/+2
|
* Remove many false positives from the ctags resultsChris Morgan2013-12-201-1/+1
| | | | | | | | | | | | Anchoring the keyword as the first non-whitespace on a line may mean that the occasional genuine-but-unconventionally-formatted tag is missed, but it avoids a large number of false positives. I changed the type descriptive texts about a bit too. That part's purely cosmetic. I also changed the ignored file list to use a filename matching the make rule, `TAGS.vi` instead of `TAGS.vim`.
* Link rustllvm statically, and distribute a static snapshotAlex Crichton2013-12-061-0/+1
| | | | | | | | | | | | | In order to keep up to date with changes to the libraries that `llvm-config` spits out, the dependencies to the LLVM are a dynamically generated rust file. This file is now automatically updated whenever LLVM is updated to get kept up-to-date. At the same time, this cleans out some old cruft which isn't necessary in the makefiles in terms of dependencies. Closes #10745 Closes #10744
* Add Window build directory to .gitignoreJoe Schafer2013-11-131-0/+1
|
* Create epub versions of tutorial and ref manual.Noufal Ibrahim2013-11-031-0/+1
| | | | | | | | Pandoc can create epub verions of the markdown files. Since the docs are lengthy, epubs are handy to have around. Two rules to create epub versions of the reference manual and the main tutorial are added here. Signed-off-by: Noufal Ibrahim <noufal@nibrahim.net.in>
* doc: tidy and cleanup CSS deps, add tutorial PDF generationAdrien Tétar2013-10-211-1/+1
|
* Ignore the generated docs for libextraHuon Wilson2013-05-251-1/+1
|
* Update .gitignoreYoungmin Yoo2013-05-141-0/+1
|
* gitignore: Add build/ subdirectoryTim Chevalier2013-04-171-0/+1
|
* Add some more generated files to the .gitignore fileHuon Wilson2013-04-131-0/+5
|
* .settings/ added in .gitignoreMahmut Bulut2012-10-241-0/+1
|
* Update .gitignoreTim Chevalier2012-08-211-0/+1
|
* Make git ignore the .DS_Store file on Macs (wherever it is)Tim Chevalier2012-06-121-0/+1
|
* Add config.stamp to .gitignoreTim Chevalier2012-03-271-0/+1
|
* Stop .gitignoring rustboot. It does not existBrian Anderson2012-03-051-1/+0
|
* Stop .gitignoring the rustc directoryBrian Anderson2012-03-051-1/+0
|
* Ignore temp filesTim Chevalier2012-03-011-0/+1
|
* Update .gitignoreTim Chevalier2012-01-201-0/+2
|
* Add .elc files to .gitignore. Closes #1578Brian Anderson2012-01-201-0/+1
|
* update gitignore with some doc-related filesTim Chevalier2012-01-191-0/+3
|
* Add /inst/ to .gitignoreGraydon Hoare2011-12-231-0/+1
|
* .gitignore a bunch of artifacts of in-tree buildsBrian Anderson2011-11-191-1/+6
|
* Update to libuv commit 3ca382.Erick Tryzelaar2011-09-231-1/+1
| | | | | | | | | | | This patch changes libuv's gyp build system to make it's own makefiles. To generate them for rust, run these commands. They requires python 2.x to work: $ mkdir -p src/rt/libuv/build $ svn co http://gyp.googlecode.com/svn src/rt/libuv/build/gyp $ ./etc/src/gyp_uv
* More additions to .gitignore.Graydon Hoare2011-07-131-0/+7
|
* Ignore files generated by Doxygen.Lindsey Kuper2011-06-011-0/+2
|
* Added .bz2 and stage1 directory to .gitignoreTim Chevalier2011-05-161-1/+3
|