Skip to content

Commit 78c27b6

Browse files
authored
Revert & more neat structure
1 parent ad64c78 commit 78c27b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+118
-7954
lines changed

.github/workflows/vlc_image.yaml

-49
This file was deleted.

.gitignore

+2-83
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,5 @@
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-
9-
## File system
10-
.DS_Store
11-
desktop.ini
12-
13-
## Editor
14-
*.swp
15-
*.swo
16-
Session.vim
17-
.cproject
18-
.idea
19-
*.iml
20-
.vscode
21-
.project
22-
.favorites.json
23-
.settings/
24-
.vs/
25-
26-
## Tool
27-
.valgrindrc
28-
.cargo
29-
.protolint.yaml
30-
# Included because it is part of the test case
31-
!/tests/run-make/thumb-none-qemu/example/.cargo
32-
33-
## Configuration
34-
/config.toml
35-
/Makefile
36-
config.mk
37-
config.stamp
38-
no_llvm_build
39-
40-
## Build
41-
/dl/
42-
/doc/
43-
/inst/
44-
/llvm/
45-
/mingw-build/
46-
build/
47-
!/compiler/rustc_mir_build/src/build/
48-
/build-rust-analyzer/
49-
/dist/
50-
/unicode-downloads
511
/target
522
/Cargo.lock
533

54-
/src/bootstrap/target
55-
/src/tools/x/target
56-
# Created by default with `src/ci/docker/run.sh`
57-
/obj/
58-
59-
## Temporary files
60-
*~
61-
\#*
62-
\#*\#
63-
.#*
64-
65-
## Tags
66-
tags
67-
tags.*
68-
TAGS
69-
TAGS.*
70-
71-
## Python
72-
__pycache__/
73-
*.py[cod]
74-
*$py.class
75-
76-
## Node
77-
node_modules
78-
package-lock.json
79-
package.json
80-
81-
## Rustdoc GUI tests
82-
tests/rustdoc-gui/src/**.lock
83-
84-
# Before adding new lines, see the comment at the top.
85-
86-
target/
4+
# ide
5+
.vscode

0 commit comments

Comments
 (0)