File: clean

package info (click to toggle)
towncrier 24.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 556 kB
  • sloc: python: 4,200; sh: 16; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# debian/clean
# Files to remove for ‘clean’ target during package build.
# Manual page: ‘dh_clean(1)’.

# Cached files downloaded by Setuptools.
*.egg-info/


# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf :