Cleanup temp files and add them to .gitignore
This commit is contained in:
parent
1e8f2bacb8
commit
e9731ea5e6
|
@ -5,6 +5,8 @@
|
||||||
*.dep
|
*.dep
|
||||||
*.bak
|
*.bak
|
||||||
*.uvgui.*
|
*.uvgui.*
|
||||||
|
*.swp
|
||||||
|
*.save
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
.cproject
|
.cproject
|
||||||
|
|
Binary file not shown.
|
@ -1,5 +0,0 @@
|
||||||
#include "stdint.h"
|
|
||||||
#include "stdio.h"
|
|
||||||
|
|
||||||
|
|
||||||
int main()
|
|
Loading…
Reference in New Issue