Add .gitignore, get rid of log files

This commit is contained in:
Donald Burr 2015-02-15 00:01:18 -08:00
parent d18e528e18
commit 1f4d02d101
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*.log
typescript
*~

View file