aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 4c2138f93e4e81a07b2453e54e941f80616a36ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*~
*.class
*swp*
*.pyc
*.sw*
tags
buildjar/
gpgkeys/rhsupport.*
dist-build/*
cover/
.coverage
*.mo
sos.conf.5.gz
sosreport.1.gz
venv
MANIFEST
build/
dist/
*sos.egg*
docs/_build

# Pycharm
.idea/