summarylogtreecommitdiffstats
path: root/.gitignore
blob: b020974020f8755d6eb28c1f35789bca73d79937 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Ignore common directories.
/pkg
/src

# Ignore all archive files.
*.tar.gz
*.tar.xz
*.tar.zst

# Ignore original Git repo.
/python-argclass