rust/.gitignore

112 lines
1.0 KiB
Plaintext
Raw Normal View History

*.a
*.aux
*.bc
*.boot
*.bz2
*.cmi
*.cmo
2010-06-24 08:45:28 -07:00
*.cmx
*.cp
*.cps
*.d
*.dSYM
2011-07-13 13:51:30 -07:00
*.def
*.diff
*.dll
2010-06-24 16:19:45 -07:00
*.dylib
*.elc
*.epub
*.exe
2010-06-24 08:45:28 -07:00
*.fn
*.html
*.kdev4
2010-06-24 08:45:28 -07:00
*.ky
*.ll
*.llvm
2010-06-24 08:45:28 -07:00
*.log
*.o
*.orig
*.out
*.patch
2016-05-13 19:18:59 +02:00
*.pdb
2010-06-24 08:45:28 -07:00
*.pdf
*.pg
*.pot
*.pyc
2011-07-13 13:51:30 -07:00
*.rej
*.rlib
*.rustc
*.so
2013-05-14 19:38:20 +09:00
*.swo
*.swp
2011-01-30 16:07:42 -05:00
*.tmp
*.toc
*.tp
*.vr
*.x86
*~
.#*
.DS_Store
.cproject
2010-06-16 14:30:45 -07:00
.hg/
.hgignore
2016-05-13 19:18:59 +02:00
.idea
*.iml
2016-05-13 19:18:59 +02:00
__pycache__/
*.py[cod]
*$py.class
.project
.settings/
2011-01-03 13:56:01 -08:00
.valgrindrc
2016-08-05 00:17:20 -07:00
.vscode/
/*-*-*-*/
/*-*-*/
/Makefile
/build
/config.toml
/dist/
/dl/
/doc
2011-12-23 11:43:27 -08:00
/inst/
/llvm/
2011-07-13 13:51:30 -07:00
/mingw-build/
/nd/
2016-05-13 19:18:59 +02:00
/obj/
/rt/
/rustllvm/
2018-04-12 11:46:52 +01:00
/src/libcore/unicode/DerivedCoreProperties.txt
/src/libcore/unicode/DerivedNormalizationProps.txt
/src/libcore/unicode/PropList.txt
/src/libcore/unicode/ReadMe.txt
/src/libcore/unicode/Scripts.txt
/src/libcore/unicode/SpecialCasing.txt
/src/libcore/unicode/UnicodeData.txt
2016-05-13 19:18:59 +02:00
/stage[0-9]+/
/target
target/
/test/
/tmp/
2018-07-22 13:14:06 +01:00
tags
tags.*
TAGS
2018-07-22 13:14:06 +01:00
TAGS.*
\#*
\#*\#
config.mk
2012-03-27 22:25:10 -07:00
config.stamp
keywords.md
lexer.ml
2018-07-22 13:14:06 +01:00
mir_dump
Session.vim
src/etc/dl
tmp.*.rs
version.md
version.ml
version.texi
.cargo
!src/vendor/**
/src/target/
2017-08-13 18:53:50 +02:00
no_llvm_build