Initial Commit

This commit is contained in:
Clortox
2021-07-23 19:18:13 -04:00
commit 7f2da61313
4 changed files with 67 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
#ignore all .o files
src/**/*.o
#ignore all swp files
**/*.swp
#ignore all executables, but still keep the bin folder
bin/*
!bin/.gitkeep