Add gitignores

Set up the file structure automatically on clone with gitignores
This commit is contained in:
Robin Malley 2020-05-17 12:10:01 -04:00
parent 6c18829de6
commit 13883cccd7
5 changed files with 10 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*.o
.flavor
.objs
smr.so
assets.h
cert

1
kore_chroot/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*

1
kore_chroot/data/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*

1
kore_chroot/pages/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*

1
kore_chroot/sql/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*