forked from open-edge-platform/edge-ai-suites
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (40 loc) · 628 Bytes
/
.gitignore
File metadata and controls
46 lines (40 loc) · 628 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
# Copyright (C) 2025 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
build/
.vscode/
*.swp
config/visualize_server.rviz
.obj-x86_64-linux-gnu*
*.deb
*.ddeb
tmp/
# Build artifacts
*.buildinfo
*.changes
*.dsc
*.tar.gz
*-build-deps_*
**/CMakeFiles/
# Debian packaging artifacts (consolidated)
**/debian/.debhelper/
**/debian/debhelper-build-stamp
**/debian/files
**/debian/*.orig
**/debian/*.log
**/debian/*.substvars
**/debian/ros-*/
slam/openvslam/debian/
# Other build files
*.o
*.bin
*.pyc
*/*.d
# Local development files
Dockerfile
build*.sh
local-entrypoint.sh
local_docker/
info.txt
# Backup files
*.backup