-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
73 lines (65 loc) · 1.31 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
# editor backup files
*~
# temp files
.DS_Store
# ctags
**/tags
# log files
**/logs
*.log
# Jupyter / iPython
.ipynb_checkpoints/
__pycache__/
*.py[cod]
*$py.class
# build files
*.d
*.o
*.a
# Some local temporary files
.vscode
*_local.bat
compile_commands.json
tmp/
build/
dbuild/
message.txt
deploy_key
CMakeLists.txt.user
# third party build files
third_party/zlib/*.lo
third_party/zlib/*.so
third_party/zlib/*.so.*
third_party/zlib/include/
third_party/zlib/lib/
third_party/zlib/share/
third_party/zlib/example
third_party/zlib/example64
third_party/zlib/examplesh
third_party/zlib/minigzip
third_party/zlib/minigzip64
third_party/zlib/minigzipsh
third_party/zlib/zconf.h
third_party/zlib/zlib.pc
third_party/zlib/Makefile
third_party/zlib/CMakeCache.txt
third_party/zlib/CMakeFiles/
third_party/zlib/cmake_install.cmake
third_party/zlib/example.exe
third_party/zlib/example64.exe
third_party/zlib/libzlib.dll
third_party/zlib/minigzip.exe
third_party/zlib/minigzip64.exe
third_party/zlib/zlib1rc.obj
third_party/openssl/
third_party/tcl8.6.12/
third_party/openocd_cmake/
!third_party/gtkwave_cmake/
third_party/lib/
third_party/share/
third_party/include/z*.h
foedag_cmd.tcl
third_party/gtkwave_cmake/gtkwaveTCL.tar.gz
third_party/monaco-editor/monaco-editor-*.tgz
third_party/monaco-editor/monaco-editor
etc/monaco-editor/