aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0ae2b844883172ddfc6a7c5978feaa14ea18b902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.build
*.tar.gz
*.tar.xz
*.dsc
*.changes
*.upload

# ignore compiled python code
__pycache__
*.pyc

#IntelliJ
.idea
*.iml