rust/.gitignore
Chris Morgan a1ca7458f1 Remove many false positives from the ctags results
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`.
2013-12-20 01:59:01 +11:00

94 lines
770 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
/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