Skip to content

Commit 50ef9e4

Browse files
Merge pull request #6 from scottt/gitignore
.gitignore: ignore Qt development and VIM editor files
2 parents 8c7f278 + 4e2e5c2 commit 50ef9e4

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,45 @@ fw/firmware.bin.qthdr
2525

2626
# Misc unwanted files
2727
*.bak
28+
29+
# C++ objects and libs
30+
*.slo
31+
*.lo
32+
*.a
33+
*.la
34+
*.lai
35+
*.so
36+
*.dll
37+
*.dylib
38+
39+
# Qt-es
40+
41+
/.qmake.cache
42+
/.qmake.stash
43+
*.pro.user
44+
*.pro.user.*
45+
*.moc
46+
moc_*.cpp
47+
qrc_*.cpp
48+
ui_*.h
49+
Makefile*
50+
*-build-*
51+
52+
# QtCreator
53+
54+
*.autosave
55+
56+
#QtCtreator Qml
57+
*.qmlproject.user
58+
*.qmlproject.user.*
59+
60+
# app executable
61+
app/LabTool
62+
app/LabTool.exe
63+
64+
# VIM
65+
*.swp
66+
*.swo
67+
68+
# gdb
69+
.gdb_history

0 commit comments

Comments
 (0)