Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit c139995

Browse files
author
Jonne Nauha
committed
Improve .gitignore
1 parent dfb5823 commit c139995

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

.gitignore

+24-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1+
# Folders
12
build
23
lib
4+
5+
# Generated
36
Makefile
47
*.o
58
moc_*
6-
examples/helloworld/helloworld
9+
10+
# Docs
711
docs/html
8-
tests/tests
9-
examples/greeting/greeting
10-
examples/bodydata/bodydata
12+
13+
# Build folders
14+
*/debug
15+
*/release
16+
*/*/debug
17+
*/*/release
18+
19+
# Visual studio
20+
*.suo
21+
*.ncb
22+
*.user
23+
*.pdb
24+
*.idb
25+
*.vcproj
26+
*.vcxproj
27+
*.vcxproj.filters
28+
*.lib
29+
*.sln
30+
*.rc

0 commit comments

Comments
 (0)