-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (65 loc) · 731 Bytes
/
.gitignore
File metadata and controls
69 lines (65 loc) · 731 Bytes
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
# Binary
ruri
ruri-*.zip
# Editor configuration.
.vscode/
# Gdb log
peda-*
# Build dir.
out
# Tmp file.
TODO
*.save
a.out
t.c
config.mk
*.pyc
debian/ruri
debian/source
debian/.debhelper
debian/debhelper-build-stamp
debian/files
tmpdir*
test-root
build/src
build
# Cmake
cmake_install.cmake
CMakeCache.txt
CMakeFiles
.cmake
*.json
build.ninja
.ninja_deps
.ninja_log
# Automake
build-aux
autom4te.cache
.deps
.dirstamp
aclocal.m4
config.log
config.status
config.h
config.h.in
config.h.in~
compile
configure~
install-sh
missing
configure
Makefile.in
depcomp
config.guess
config.sub
test-driver
*.Po
*.o
Makefile
# build.c output
build_tool
# VitePress
docs/.vitepress/cache
docs/.vitepress/.temp
docs/.vitepress/dist
node_modules