forked from rizinorg/rizin-notebook
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (47 loc) · 690 Bytes
/
.gitignore
File metadata and controls
47 lines (47 loc) · 690 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
rizin-notebook
rizin-notebook.exe
rizin-notebook.exe~
build-local/
build-local-*/
*.test
*.out
coverage.out
.test-data
.rizin-notebook/
**/build/
**/build-*/
**/cmake-build-*/
**/CMakeFiles/
**/CMakeCache.txt
**/cmake_install.cmake
**/compile_commands.json
**/Makefile
**/*.sln
**/*.vcxproj
**/*.vcxproj.filters
**/*.vcxproj.user
**/*.dir/
**/*.tlog
*.obj
*.o
*.a
*.lib
*.dll
*.dylib
*.so
*.exp
*.pdb
.env
.env.*
.vscode/
.vs/
cutter-notebook-plugin/build/
cutter-notebook-plugin/cmake-build-*/
cutter-notebook-plugin/.qt/
cutter-notebook-plugin/*.zip
rizin-notebook-plugin/build/
rizin-notebook-plugin/cmake-build-*/
.DS_Store
Thumbs.db
embedded-rizin-check.txt
embedded-rizin-plugins.txt