~therp-nl/therp-addons/github-6.1

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Ronald Portier
  • Date: 2016-05-13 10:52:03 UTC
  • mfrom: (103.1.4)
  • Revision ID: git-v1:2098bab05e29c81ebf90b7c282c4c879e56f3846
Merge pull request #46 from hbrunn/6.1-dead_mans_switch_therp

[ADD] dead_mans_switch_therp

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Byte-compiled / optimized / DLL files
 
2
__pycache__/
 
3
*.py[cod]
 
4
 
 
5
# C extensions
 
6
*.so
 
7
 
 
8
# Distribution / packaging
 
9
.Python
 
10
env/
 
11
bin/
 
12
build/
 
13
develop-eggs/
 
14
dist/
 
15
eggs/
 
16
lib/
 
17
lib64/
 
18
parts/
 
19
sdist/
 
20
var/
 
21
*.egg-info/
 
22
.installed.cfg
 
23
*.egg
 
24
 
 
25
# Installer logs
 
26
pip-log.txt
 
27
pip-delete-this-directory.txt
 
28
 
 
29
# Unit test / coverage reports
 
30
htmlcov/
 
31
.tox/
 
32
.coverage
 
33
.cache
 
34
nosetests.xml
 
35
coverage.xml
 
36
 
 
37
# Translations
 
38
*.mo
 
39
 
 
40
# Pycharm
 
41
.idea
 
42
 
 
43
# Mr Developer
 
44
.mr.developer.cfg
 
45
.project
 
46
.pydevproject
 
47
 
 
48
# Rope
 
49
.ropeproject
 
50
 
 
51
# Sphinx documentation
 
52
docs/_build/
 
53
 
 
54
# Backup files
 
55
*~
 
56
*.swp