Cleanup temp files and add them to .gitignore

This commit is contained in:
Brian Balogh 2016-03-10 15:42:32 -05:00
parent 1e8f2bacb8
commit e9731ea5e6
3 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@ -5,6 +5,8 @@
*.dep *.dep
*.bak *.bak
*.uvgui.* *.uvgui.*
*.swp
*.save
.project .project
.settings .settings
.cproject .cproject

Binary file not shown.

View File

@ -1,5 +0,0 @@
#include "stdint.h"
#include "stdio.h"
int main()