Use a pre-build script to generate usage.h from the README.md

Use a generated header from README.md
Finalise git ignore file
This commit is contained in:
mdiluzio 2014-12-20 15:35:16 +00:00
parent a7bc45497a
commit 71d0084908
5 changed files with 35 additions and 66 deletions

11
.gitignore vendored
View file

@ -1,5 +1,12 @@
build/
maps/
# Build directory
/build/
# Built binary and maps
/maps/
/ttrts
# user files
*.user
*.sublime*
*.idea