FreedomBox/.gitignore
Nick Daly 3ab7d05bf3 Add hosting and auto-archive-creation.
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.
2013-04-23 21:44:09 -05:00

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