summarylogtreecommitdiffstats
path: root/.gitignore
blob: 3f64f69909806fc36c40c9af83eafaedefb416dc (plain)
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
# makepkg build artifacts
*.pkg.tar.zst
*.pkg.tar.zst.sig
*.pkg.tar.xz
*.pkg.tar.gz
*.pkg.tar.bz2

# Source tarballs (AUR repos fetch sources at build time)
a2a_sdk-*.tar.gz

# makepkg working directories
src/
pkg/

# build / install logs
*.log

# Python build artifacts (in case tests run here)
__pycache__/
*.pyc
*.pyo

# Editor backups
*~
*.swp
*.swo

# macOS
.DS_Store