File: clean

package info (click to toggle)
sphinx-code-tabs 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: python: 196; makefile: 32; javascript: 26
file content (13 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
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)’.

doc/_build/
*.egg-info/

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