rust/.gitignore
Erick Tryzelaar 5f066e06b9 Update to libuv commit 3ca382.
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
2011-09-23 16:53:06 -07:00

69 lines
478 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
*.html
*.pg
*.toc
*.tp
*.vr
*.patch
*.diff
*.rej
*.swp
*.tmp
*.pyc
.hg/
.hgignore
.cproject
.project
.valgrindrc
lexer.ml
rustboot
rustc
TAGS
version.ml
version.texi
./Makefile
config.mk
/rt/
/rustllvm/
/test/
/build/
/mingw-build/
src/.DS_Store
/stage0/
/dl/
/stage1/
*.bz2
/doc/html
/doc/latex