-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
121 lines (96 loc) · 1.41 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.cache
docker-compose.yml
**/*.a
**/*.so
**/*.lib
/C_part/lib/
/C_part/bin/
graph_info.json
**/log.txt
C_Part/build/
# Discord token
*.discord_token
**/Cargo.lock
# Bot PNGs
**/input.jpeg
**/input.png
**/output.png
**/output.svg
**/chunkmap.png
.vs/
**/out/
**/build/
**/install/
Rust_part/target
C_part/.xmake/
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
# wtf is this gitignore crap?
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
build/linux/x86_64/release/Rasterizer
.xmake/linux/x86_64/project.lock
.xmake/linux/x86_64/xmake.conf
.xmake/linux/x86_64/cache/requires
.xmake/linux/x86_64/cache/history
.xmake/linux/x86_64/cache/detect
.xmake/linux/x86_64/cache/config
.xmake/linux/x86_64/xmake.conf
*.lock
Rust_part/vec
build/.cmake/api/v1/query/client-vscode/
Rust_part/rickroll.bmp
CMakeCache.txt
CMakeFiles/3.23.1/CMakeSystem.cmake
CMakeFiles/cmake.check_cache
CMakeFiles/CMakeOutput.log
Cpp_part/freeglut/
Cpp_part/lunasvg/
placeholder.bmp
__azurite_db_table__.json
*.yml
Rust_part/output.svg.7z
Rust_part/output.svg.xz
Rust_part/input.jpeg
Rust_part/input.jpg
Rust_part/input.jpg