gitignore

This commit is contained in:
Jenny White 2018-04-30 11:11:37 +03:00
parent 0b6c282507
commit 02a62d3eca

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
bin* bin*
*.o *.o
.settings* .settings*
build build
.idea
cmake-build-debug