File: .gitignore

package info (click to toggle)
python-tz 2025.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,396 kB
  • sloc: ansic: 7,826; python: 2,414; awk: 1,067; makefile: 921; sh: 693
file content (13 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
*~
*.py[co]

# Build-related files
.stamp-dist
.stamp-tzinfo
.stamp-zoneinfo
# For whatever reason, build/ is versioned, so the * is necessary.
build/*
tz/version

# Generated datafile for test_zdump.py
zdump.out