mirror of
https://github.com/eclipse/wakaama.git
synced 2025-05-08 23:31:37 +08:00
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:
parent
e62ac0baad
commit
bce0ef7e3a
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user