FreedomBox/.gitignore
Sunil Mohan Adapa d40ef19a25
debian: Fix lintian warning about vcs ignore file
W: plinth: package-contains-vcs-control-file
usr/lib/python3/dist-packages/plinth/tests/.gitignore

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2018-12-31 15:58:49 -05:00

41 lines
652 B
Plaintext

*.pyc
*.py.bak
*.swp
*.tiny.css
data/var/log/plinth/*.log
data/var/lib/plinth/*.sqlite3
data/var/lib/plinth/sessions/*
data/var/run/*.pid
doc/*.pdf
doc/*.html
doc/freedombox-manual.xml
doc/plinth.1
\#*
.#*
*~
predepend
build/
.emacs.desktop*
*.egg-info/
dist/
.coverage
plinth/tests/config_local.py
plinth/tests/coverage/report/
*.mo
.vagrant/
.idea/
.DS_Store
*.box
.eggs
.pybuild/
debian/.debhelper/
debian/debhelper-build-stamp
debian/files
debian/plinth.debhelper.log
debian/plinth.postinst.debhelper
debian/plinth.postrm.debhelper
debian/plinth.preinst.debhelper
debian/plinth.prerm.debhelper
debian/plinth.substvars
debian/plinth/
*.pytest_cache/