Skip to content

Commit d83a59a

Browse files
committed
Upload clang-format to normalise versions
1 parent 3984d58 commit d83a59a

File tree

2 files changed

+41
-43
lines changed

2 files changed

+41
-43
lines changed

.gitignore

Lines changed: 41 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,59 @@
1+
*.7z
2+
*.a
3+
*.bat
4+
*.ctx
5+
*.d
16
*.dat
2-
*.exe
37
*.dll
4-
*.idb
8+
*.dol
9+
*.dump
10+
*.elf
11+
*.exe
12+
*.exe
13+
*.filters
514
*.id0
615
*.id1
716
*.id2
17+
*.idb
18+
*.lnk
19+
*.log
20+
*.map
821
*.nam
9-
*.til
1022
*.o
1123
*.out
12-
*.elf
13-
*.dol
14-
*.a
15-
*.d
16-
*.map
17-
*.exe
18-
*.dump
19-
*.7z
20-
*.bat
2124
*.sln
22-
*.filters
23-
*.vcxproj
25+
*.til
2426
*.user
25-
*.ctx
26-
include/*.s
27-
28-
build/
29-
tools/mwcc_compiler/
30-
tools/powerpc/
31-
!aoi.exe
32-
decomp/
33-
errors.txt
34-
output.asm
35-
Debug/
27+
*.vcxproj
28+
.DS_Store
29+
.idea
30+
.mypy_cache
31+
.ninja_*
32+
.ninja_deps
33+
.ninja_log
3634
.vs/
3735
.vscode/*.log
38-
36+
/*.txt
37+
Debug/
38+
__pycache__
39+
build.ninja
40+
build/
3941
ctx.c
42+
decomp/
43+
errors.txt
44+
include/*.s
45+
newlines.py
46+
objdiff.json
47+
orig/*/*
4048
out-ok.txt
4149
out.txt
42-
.DS_Store
43-
sheet.py
50+
output.asm
4451
sheet.csv
52+
sheet.py
4553
sheet.tsv
46-
*.lnk
47-
*.log
48-
build.ninja
49-
__pycache__
50-
.ninja_deps
51-
.ninja_log
52-
newlines.py
53-
objdiff.json
54-
55-
.idea
56-
.ninja_*
57-
.mypy_cache
54+
tools/mwcc_compiler/
55+
tools/powerpc/
5856

59-
orig/*/*
60-
!orig/*/.gitkeep
61-
/*.txt
57+
!aoi.exe
58+
!clang-format.exe
59+
!orig/*/.gitkeep

clang-format.exe

2.94 MB
Binary file not shown.

0 commit comments

Comments
 (0)