-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·85 lines (73 loc) · 1.05 KB
/
.gitignore
File metadata and controls
executable file
·85 lines (73 loc) · 1.05 KB
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
build/
dist/
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
.cmake
.vscode
_deps
*.pyc
*.obj
*.exe
*.pdb
*.ilk
/build*/
/build.ninja
/ninja
/ninja.bootstrap
/build_log_perftest
/canon_perftest
/clparser_perftest
/depfile_parser_perftest
/hash_collision_bench
/ninja_test
/manifest_parser_perftest
/graph.png
/doc/manual.html
/doc/doxygen
*.patch
.DS_Store
# Eclipse project files
.project
.cproject
# SublimeText project files
*.sublime-project
*.sublime-workspace
# Ninja output
.ninja_deps
.ninja_log
# Visual Studio Code project files
/.vscode/
/.ccls-cache/
# Qt Creator project files
/CMakeLists.txt.user
# clangd
/.clangd/
/compile_commands.json
/.cache/
# Visual Studio files
/.vs/
/out/
# Toolchain
toolchain/*.tar.gz
toolchain/*.zip
toolchain/*.tar.xz
toolchain/riscv/**
toolchain/clang/**
toolchain/python3.10/**
toolchain/python3.10-build/**
toolchain/doxygen/**
toolchain/qemu/**
venv/**
hdd.dsk
.idea/**
# Docs
docs/site/**
docs/out/**