Added GNU GPL license and .gitignore
This commit is contained in:
commit
f7b2367bc4
2 changed files with 683 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
*.exe
|
||||
*~
|
||||
*.out
|
||||
*.o
|
||||
.*.sw*
|
||||
*output*
|
||||
cmake-build-debug/
|
||||
.idea/
|
||||
CMakeLists.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue