-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (83 loc) · 1.53 KB
/
Copy path.gitignore
File metadata and controls
94 lines (83 loc) · 1.53 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
86
87
88
89
90
91
92
93
94
# .gitignore
# Temporary files
*~
tmp
# All build folders
/build*/
# Visual Studio Code
.vscode/settings.json
.vscode/launch.json
.vscode/*.log
*.code-workspace
# JetBrains IDE
.idea/
# Cmake Projects in root ###
compile_commands.json
# Clangd index
.clangd/
.cache/
# BeyondCompare backup files
*.orig
# SonarScanner files
.scannerwork/
# Generated debconf files
applications/*/debconf/config
# Macos fs igores
*.DS_Store
# Other files
*.swp
*.gcov
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
### Ninja ###
.ninja_deps
.ninja_log
### DotDot ###
*.uam
*.uam.disabled
### Objects ###
*.o
*.obj
*.a
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
### ZPC Specific ###
build/applications/zpc/zpc
build/applications/zpc/DartConfiguration.tcl
build
scripts/xml_parser/out.json
dist
# Anything emitted by code/header generators (configure_file, command-class
# generator, etc.) lives in a sibling `generated/` directory next to the
# source it is generated from. One rule covers them all.
components/**/generated/
# MQTT interface docs are generated into doc/generated/ and are committed.
!components/**/doc/generated/
!components/**/doc/generated/**
### Mac ###
.DS_Store
<path_to_zpc.db>
<path_to_zpc.db>-journal
.venv
example_dev_config.yaml
# MkDocs: prepared API docs (scripts/mkdocs/prepare_docs_for_mkdocs.py) and build output
docs/api/
site/
.venv-docs/
# Logs
logs/
ci-logs/
tmp/