mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-22 10:01:45 +00:00
The makefile has three new targets: 1. hosting: Publish repository and automagically build the archives to serve to clients. 2. current-checkout.tar.gz: Create an archive of the current project directory. 3. current-repository.tar.gz: Create an archive of the current project directory along with the source repository metadata so that the archive is a full checkout of the project.
29 lines
324 B
Plaintext
29 lines
324 B
Plaintext
current-*.tar.gz
|
|
*.pyc
|
|
*.tiny.css
|
|
data/*.log
|
|
data/cherrypy_sessions
|
|
data/store.sqlite3
|
|
doc/*.tex
|
|
doc/*.pdf
|
|
doc/*.html
|
|
doc/*.aux
|
|
doc/*.toc
|
|
doc/*.log
|
|
doc/*.out
|
|
doc/COPYING.mdwn
|
|
doc/INSTALL.mdwn
|
|
doc/README.mdwn
|
|
doc/TODO.mdwn
|
|
doc/oneline.txt
|
|
doc/plinth.1
|
|
templates/*.py
|
|
TODO
|
|
\#*
|
|
.#*
|
|
*~
|
|
data/users.sqlite3
|
|
predepend
|
|
build/
|
|
*.pid
|