now the gitignore has content

This commit is contained in:
Johannes Theiner 2019-10-16 16:18:13 +02:00
parent afc6e47560
commit 8e52eba091
1 changed files with 15 additions and 0 deletions

15
.gitignore vendored
View File

@ -0,0 +1,15 @@
# Editors & IDEs
cmake-build-*/
.idea/
*.iml
.vs/
# CMake
CMakeFiles
CmakeCache.txt
bin/
lib/
include/
build/