summarylogtreecommitdiffstats
path: root/.gitignore
blob: 22f9bb19b8c51ed4dde7a730162c601ec45fb184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Ignore Python Wheels
*.whl

# Ignore Python source distribution
*.tar.gz

# Ignore Archinux packages
*.pkg.tar.*

# Ignore common directories.
/src/
/pkg/