diff options
author | wushin <pasekei@gmail.com> | 2016-06-30 22:33:14 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-07-01 11:35:04 -0500 |
commit | af8aaae894b8527c7c86f9a35c88cbdc9b0db9e9 (patch) | |
tree | 27518f71233daa40d7ccda309a4db821d165e30e /.gitignore | |
parent | 3c08592cd68aa643e954b1034ef57da2ccb9601d (diff) | |
download | clientdata-af8aaae894b8527c7c86f9a35c88cbdc9b0db9e9.tar.gz clientdata-af8aaae894b8527c7c86f9a35c88cbdc9b0db9e9.tar.bz2 clientdata-af8aaae894b8527c7c86f9a35c88cbdc9b0db9e9.tar.xz clientdata-af8aaae894b8527c7c86f9a35c88cbdc9b0db9e9.zip |
Add make file to perform client-data functions
- make all (everything but wiki)
- make about-server
- make wiki
- make updates
- make music
- make checks: check-png check-xml testxml
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,4 +4,5 @@ /music testxml.py *~ -*.DS_Store
\ No newline at end of file +*.DS_Store +out/* |