added gitignore

This commit is contained in:
Johannes Wendel
2019-04-24 19:03:27 +02:00
parent 762d64ae29
commit 8785c701be
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.idea*
cmake-build-debug/*
CMakeLists.*

View File

@@ -12,5 +12,5 @@ bin
Makefile Makefile
.project .project
.cproject .cproject
.idea .idea*
nbproject* nbproject*