Added GNU GPL license and .gitignore

This commit is contained in:
AZEN-SGG 2025-03-02 14:36:43 +03:00
commit f7b2367bc4
2 changed files with 683 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
*.exe
*~
*.out
*.o
.*.sw*
*output*
cmake-build-debug/
.idea/
CMakeLists.txt