auto merge of #16194 : omasanori/rust/gitignore, r=alexcrichton

I also sorted lines in .gitignore. The file might include some obsoleted lines but I left.
This commit is contained in:
bors 2014-08-03 04:51:10 +00:00
commit 055e25acbe

130
.gitignore vendored
View File

@ -1,90 +1,88 @@
*~
\#*\#
\#*
.#*
*.x86
*.llvm
*.out
*.boot
*.rustc
*.cmx
*.dll
*.def
*.exe
*.a *.a
*.rlib
*.so
*.dylib
*.orig
*.cmo
*.cmi
*.dSYM
*.d
*.o
*.ll
*.bc
*.aux *.aux
*.bc
*.boot
*.bz2
*.cmi
*.cmo
*.cmx
*.cp *.cp
*.fn
*.ky
*.cps *.cps
*.log *.d
*.pdf *.dSYM
*.def
*.diff
*.dll
*.dylib
*.elc
*.epub *.epub
*.exe
*.fn
*.html *.html
*.ky
*.ll
*.llvm
*.log
*.o
*.orig
*.out
*.patch
*.pdf
*.pg *.pg
*.pot
*.pyc
*.rej
*.rlib
*.rustc
*.so
*.swo
*.swp
*.tmp
*.toc *.toc
*.tp *.tp
*.vr *.vr
*.patch *.x86
*.diff *~
*.rej .#*
*.swp .DS_Store
*.swo .cproject
*.tmp
*.pyc
*.elc
.hg/ .hg/
.hgignore .hgignore
.cproject
.project .project
.settings/
.valgrindrc .valgrindrc
lexer.ml /*-*-*-*/
TAGS /*-*-*/
TAGS.emacs
TAGS.vi
version.ml
version.texi
/Makefile /Makefile
config.mk /build
/dist/
/dl/
/doc
/inst/
/llvm/
/mingw-build/
/nd/
/rt/ /rt/
/rustllvm/ /rustllvm/
/test/
/inst/
/mingw-build/
src/.DS_Store
/tmp/
/dist/
/stage0/ /stage0/
/dl/
/stage1/ /stage1/
/stage2/ /stage2/
/stage3/ /stage3/
*.bz2 /test/
/doc /tmp/
/nd/ TAGS
/llvm/ TAGS.emacs
version.md TAGS.vi
keywords.md \#*
x86_64-apple-darwin/ \#*\#
x86_64-unknown-linux-gnu/ config.mk
i686-unknown-linux-gnu/
tmp.*.rs
config.stamp config.stamp
.DS_Store keywords.md
lexer.ml
src/.DS_Store
src/etc/dl src/etc/dl
.settings/
/build
i686-pc-mingw32/
src/librustc_llvm/llvmdeps.rs src/librustc_llvm/llvmdeps.rs
*.pot tmp.*.rs
version.md
version.ml
version.texi