Add QtCreator generated project files to gitignore.

Change README to README.md to be consistent with other markdown documents
in this repository like CONTRIBUTING.md.

Signed-off-by: David Graeff <david.graeff@web.de>
This commit is contained in:
David Graeff 2016-03-17 13:12:14 +01:00 committed by David Navarro
parent e62ac0baad
commit bce0ef7e3a
2 changed files with 8 additions and 2 deletions

10
.gitignore vendored
View File

@ -1,3 +1,4 @@
# Object files, release bundles
*.o
*.lo
*~
@ -5,14 +6,19 @@
*.pc
*.tgz
*.gz
*.user
.dirstamp
Makefile
# Eclipse
.cproject
.project
.settings
# QtCreator
build-*
# In source build
Makefile
CMakeCache.txt
CMakeFiles
Debug

View File