summarylogtreecommitdiffstats
path: root/.gitignore
blob: aef0829a571da1338493c02c345e76a738e43b83 (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
# Package build directory
pkg/

# Source files
src/

# Downloaded sources
*.tar.gz
*.tar.xz
*.tar.zst
*.tar.bz2
*.tgz
*.zip

# Build files
*.o
*.so
*.a

# Package files
*.pkg.tar.zst
*.pkg.tar.xz

# Build directory
build/