This commit is contained in:
bMorgan01 2022-03-09 15:05:19 -07:00
commit 4f2a5c87ad
6 changed files with 911 additions and 0 deletions

44
.gitignore vendored Normal file
View file

@ -0,0 +1,44 @@
# 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
# Notepad Backups
*.bak
# Clion
.idea
cmake-build-release
cmake-build-debug
CMakeLists.txt
# Release
Ruler Release