]> git.lizzy.rs Git - rust.git/blob - .gitignore
tidy: Add ignore-rules for the line length check
[rust.git] / .gitignore
1 # This file should only ignore things that are generated during a `x.py` build,
2 # generated by common IDEs, and optional files controlled by the user that
3 # affect the build (such as config.toml).
4 # In particular, things like `mir_dump` should not be listed here; they are only
5 # created during manual debugging and many people like to clean up instead of
6 # having git ignore such leftovers. You can use `.git/info/exclude` to
7 # configure your local ignore list.
8 # FIXME: This needs cleanup.
9 *~
10 *.swp
11 *.swo
12 .#*
13 .DS_Store
14 .cproject
15 .hg/
16 .hgignore
17 .idea
18 *.iml
19 __pycache__/
20 *.py[cod]
21 *$py.class
22 .project
23 .settings/
24 .valgrindrc
25 .vscode
26 .favorites.json
27 /Makefile
28 /build/
29 /config.toml
30 /dist/
31 /dl/
32 /doc/
33 /inst/
34 /llvm/
35 /mingw-build/
36 /src/tools/x/target
37 # Created by default with `src/ci/docker/run.sh`:
38 /obj/
39 /unicode-downloads
40 /target
41 # Generated by compiletest for incremental:
42 /tmp/
43 tags
44 tags.*
45 TAGS
46 TAGS.*
47 \#*
48 \#*\#
49 config.mk
50 config.stamp
51 Session.vim
52 .cargo
53 !/src/test/run-make/thumb-none-qemu/example/.cargo
54 no_llvm_build
55 **node_modules
56 **package-lock.json
57 # Before adding new lines, see the comment at the top.