2019-10-21 08:36:49 +00:00
|
|
|
# This file should only ignore things that are generated during a `x.py` build,
|
|
|
|
# generated by common IDEs, and optional files controlled by the user that
|
|
|
|
# affect the build (such as config.toml).
|
|
|
|
# In particular, things like `mir_dump` should not be listed here; they are only
|
|
|
|
# created during manual debugging and many people like to clean up instead of
|
|
|
|
# having git ignore such leftovers. You can use `.git/info/exclude` to
|
|
|
|
# configure your local ignore list.
|
2019-08-08 06:49:58 +00:00
|
|
|
# FIXME: This needs cleanup.
|
2014-08-02 13:21:20 +00:00
|
|
|
*~
|
|
|
|
.#*
|
|
|
|
.DS_Store
|
|
|
|
.cproject
|
2010-06-16 21:30:45 +00:00
|
|
|
.hg/
|
|
|
|
.hgignore
|
2016-05-13 17:18:59 +00:00
|
|
|
.idea
|
2017-06-30 20:18:47 +00:00
|
|
|
*.iml
|
2016-05-13 17:18:59 +00:00
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
2010-08-09 13:55:27 +00:00
|
|
|
.project
|
2014-08-02 13:21:20 +00:00
|
|
|
.settings/
|
2011-01-03 21:56:01 +00:00
|
|
|
.valgrindrc
|
2019-03-26 16:57:13 +00:00
|
|
|
.vscode
|
2018-12-23 20:21:02 +00:00
|
|
|
.favorites.json
|
2011-11-19 21:48:19 +00:00
|
|
|
/Makefile
|
2019-08-08 17:42:46 +00:00
|
|
|
/build/
|
2016-05-14 07:16:08 +00:00
|
|
|
/config.toml
|
2014-08-02 13:21:20 +00:00
|
|
|
/dist/
|
|
|
|
/dl/
|
2019-08-08 17:42:46 +00:00
|
|
|
/doc/
|
2011-12-23 19:43:27 +00:00
|
|
|
/inst/
|
2014-08-02 13:21:20 +00:00
|
|
|
/llvm/
|
2011-07-13 20:51:30 +00:00
|
|
|
/mingw-build/
|
2020-11-02 03:43:51 +00:00
|
|
|
/src/tools/x/target
|
2019-08-10 08:39:40 +00:00
|
|
|
# Created by default with `src/ci/docker/run.sh`:
|
2019-08-08 17:42:46 +00:00
|
|
|
/obj/
|
2020-01-13 21:40:19 +00:00
|
|
|
/unicode-downloads
|
2020-03-25 21:29:17 +00:00
|
|
|
/target
|
2019-08-10 08:01:03 +00:00
|
|
|
# Generated by compiletest for incremental:
|
2019-08-10 06:47:22 +00:00
|
|
|
/tmp/
|
2018-07-22 12:14:06 +00:00
|
|
|
tags
|
|
|
|
tags.*
|
2014-08-02 13:21:20 +00:00
|
|
|
TAGS
|
2018-07-22 12:14:06 +00:00
|
|
|
TAGS.*
|
2014-08-02 13:21:20 +00:00
|
|
|
\#*
|
|
|
|
\#*\#
|
|
|
|
config.mk
|
2012-03-28 05:25:10 +00:00
|
|
|
config.stamp
|
2018-07-22 12:14:06 +00:00
|
|
|
Session.vim
|
2016-11-01 20:46:38 +00:00
|
|
|
.cargo
|
2019-12-16 07:17:06 +00:00
|
|
|
!/src/test/run-make/thumb-none-qemu/example/.cargo
|
2017-08-13 16:53:50 +00:00
|
|
|
no_llvm_build
|
2019-10-21 08:36:49 +00:00
|
|
|
# Before adding new lines, see the comment at the top.
|