aboutsummarylogtreecommitdiffstats
path: root/.gitignore
blob: c2c20e398039c464209aa86b08a5309e7ad3b626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Ignore binary packages
*.pkg.tar.zst
*.deb

# Ignore source directory
/src/
/pkg/

# Ignore backup and temporary files
*~
.*.swp
.DS_Store

# Ignore build files
build/
tmp/
log/