Remove lib and bin folders

Also add .gitignore and .editorconfig.
This commit is contained in:
Joergen Ibsen 2019-01-02 11:30:35 +01:00
parent 5f8f3f9acc
commit ec3fa5d589
4 changed files with 30 additions and 2 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile*]
indent_style = tab
[*.{c,h}]
indent_style = tab
indent_size = 8
[*.yml]
indent_style = space
indent_size = 2

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
*.o
*.obj
*.a
*.lib
*.so
*.so.*
*.dll
*.exe
/build/
/doc/

View File

@ -1 +0,0 @@
--- empty dir ---

View File

@ -1 +0,0 @@
--- empty dir ---