Adds MIT License and updates .gitignore from the sample on github.

This commit is contained in:
2023-04-13 15:16:18 -07:00
parent cdbe51a3cc
commit 19c78a4ac8
3 changed files with 53 additions and 1 deletions

33
.gitignore vendored
View File

@@ -1,5 +1,36 @@
.gitattributes
.vscode
build
tmp
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app