Initial commit.
This commit is contained in:
commit
ca7bb3a8dd
2 changed files with 9 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Code blocks stuff
|
||||
**/*.layout
|
||||
**/*.depend
|
||||
|
||||
// Output folders
|
||||
**/bin
|
||||
**/Debug
|
||||
**/Release
|
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
CPP OOP - .bmp image creator
|
Loading…
Add table
Reference in a new issue