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

# Ignore Python source distribution
*.tar.gz

# Ignore Archinux packages
*.pkg.tar.*

# Ignore common directories.
/src/
/pkg/

# Ignore bare repo.
/jax/