File: .gitignore

package info (click to toggle)
python-django-ical 1.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 308 kB
  • sloc: python: 1,307; makefile: 136
file content (21 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
syntax: glob
.idea
*.orig
*.rej
*~
*.bak
*.marks
*.o
*.pyc
*.swp
*.egg-info
.eggs
.tox
build
temp
dist
.coverage

syntax: regexp
.*\#.*\#$
.venv/