summarylogtreecommitdiffstats
path: root/.gitignore
blob: 7d93b079ad83ef618f6c98b8da3c10ca03c0aecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Package build files
pkg/
src/
*.pkg.tar.zst
*.pkg.tar.xz
*.pkg.tar.gz
*.tar.gz
*.tar.xz
*.tar.zst
*.zip
*.log

# Git clone directory
alda-git/

# Build artifacts
*.o
*.so
*.a

# Backup files
*~
*.bak