Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 6138f0ef

History | View | Annotate | Download (371 Bytes)

1
*.db
2
*.pyc
3
*~
4
*.*.swp
5
bin/
6
share/
7
build/
8
include/
9
*.pt.py
10
*.installed.cfg
11
*.sqlite
12
.Python
13
.idea
14
.DS_Store
15
selenium-server-standalone-2.0b2.jar
16
.project
17
.pydevproject
18
.settings/
19
settings.d/*-local.conf
20
*.egg-info
21
dist
22
_build
23

    
24
# version modules created automatically from setup.py
25
*/synnefo/versions/*.py
26
!*/synnefo/versions/__init__.py
27
snf-tools/synnefo_tools/version.py