rust/.gitignore

51 lines
854 B
Plaintext
Raw Normal View History

# This file should only ignore things that are generatd during a build,
# generated by common IDEs, and optional files controlled by the user
# that affect the build (such as config.toml).
# FIXME: This needs cleanup.
*~
.#*
.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
2019-03-26 17:57:13 +01:00
.vscode
2018-12-23 21:21:02 +01:00
.favorites.json
/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/
/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
2019-04-18 15:30:50 +02:00
/src/libcore/unicode/downloaded
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
2018-07-22 13:14:06 +01:00
Session.vim
src/etc/dl
.cargo
2017-08-13 18:53:50 +02:00
no_llvm_build