File tree 1 file changed +48
-26
lines changed
1 file changed +48
-26
lines changed Original file line number Diff line number Diff line change 5
5
# created during manual debugging and many people like to clean up instead of
6
6
# having git ignore such leftovers. You can use `.git/info/exclude` to
7
7
# configure your local ignore list.
8
- # FIXME: This needs cleanup.
9
- * ~
8
+
9
+ # # File system
10
+ .DS_Store
11
+ desktop.ini
12
+
13
+ # # Version control
14
+ .hgignore
15
+ .hg /
16
+
17
+ # # Editor
10
18
* .swp
11
19
* .swo
12
- . # *
13
- .DS_Store
20
+ Session.vim
14
21
.cproject
15
- .hg /
16
- .hgignore
17
22
.idea
18
23
* .iml
19
- __pycache__ /
20
- * .py [cod ]
21
- * $py.class
24
+ .vscode
22
25
.project
26
+ .favorites.json
23
27
.settings /
28
+
29
+ # # Tool
24
30
.valgrindrc
25
- .vscode
26
- .favorites.json
27
- /Makefile
28
- /build /
31
+ .cargo
32
+ # Included because it is part of the test case
33
+ ! /src /test /run-make /thumb-none-qemu /example /.cargo
34
+
35
+ # # Configuration
29
36
/config.toml
30
- /dist /
37
+ /Makefile
38
+ config.mk
39
+ config.stamp
40
+ no_llvm_build
41
+
42
+ # # Build
31
43
/dl /
32
44
/doc /
33
45
/inst /
34
46
/llvm /
35
47
/mingw-build /
36
- /src /tools /x /target
37
- # Created by default with `src/ci/docker/run.sh`:
38
- /obj /
48
+ /build /
49
+ /dist /
39
50
/unicode-downloads
40
51
/target
41
- # Generated by compiletest for incremental:
52
+ /src /tools /x /target
53
+ # Generated by compiletest for incremental
42
54
/tmp /
55
+ # Created by default with `src/ci/docker/run.sh`
56
+ /obj /
57
+
58
+ # # Temporary files
59
+ * ~
60
+ \# *
61
+ \# * \#
62
+ . # *
63
+
64
+ # # Tags
43
65
tags
44
66
tags. *
45
67
TAGS
46
68
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
69
+
70
+ # # Python
71
+ __pycache__ /
72
+ * .py [cod ]
73
+ * $py.class
74
+
75
+ # # Node
55
76
** node_modules
56
77
** package-lock.json
78
+
57
79
# Before adding new lines, see the comment at the top.
You can’t perform that action at this time.
0 commit comments