File: .gitignore

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

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