-
Notifications
You must be signed in to change notification settings - Fork 422
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (47 loc) · 833 Bytes
/
.gitignore
File metadata and controls
56 lines (47 loc) · 833 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
48
49
50
51
52
53
54
55
56
/build**
src/build/*
src/build/**
compile_commands.json
src/.cache/clangd
obj-**
# IDE Configurations
.vscode
.zed
.idea
# Debian packaging
debian/rpi-imager/**
debian/rpi-imager-amd64/**
debian/rpi-imager-embedded/**
debian/rpi-imager-cli/**
debian/.debhelper**
debian/*.debhelper**
debian/files
debian/*.substvars
debian/debhelper**
debian/tmp
debian/com.raspberrypi.rpi-imager.metainfo.xml
# macOS
.DS_Store
*.DS_Store
# editor backups
*.*swp*
# AppImage related
*.AppImage*
*.appimagecraft*
AppDir-*
appimage-*
# Embedded .deb build tree (created by create-embedded.sh)
debroot-embedded-*
rpi-imager-embedded*.deb
# Qt related
qt-build**
qt-src**
qt/language_filters.json
build
build-**
# IANA Timezone database generated as part of build
timezones.txt
# build-cli-only related
test-cli-**
# clangd related
.cache/clangd