aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore45
1 files changed, 39 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 1d7362c..f41c0ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,41 @@
1downloads/ 1# Temporary and binary files
2*~
3*.py[cod]
4*.so
5*.cfg
6!setup.cfg
7*.orig
8*.log
9*.pot
10__pycache__/*
11.cache/*
12.*.swp
2 13
3feeds.save 14# Project files
4youtube-podcaster.json 15.ropeproject
16.project
17.pydevproject
18.settings
19.idea
5 20
6*.pyc 21# Package files
7*.xml 22*.egg
8*.sw? 23*.eggs/
24.installed.cfg
25*.egg-info
26
27# Unittest and coverage
28htmlcov/*
29.coverage
30.tox
31junit.xml
32coverage.xml
33
34# Build and docs folder/files
35build/*
36dist/*
37sdist/*
38docs/api/*
39docs/_build/*
40cover/*
41MANIFEST