rust/.gitignore
OGINO Masanori 20ec0be779 Remove *.pot files and ignore them now.
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>
2014-01-10 07:21:32 +09:00

99 lines
822 B
Plaintext

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