-
Notifications
You must be signed in to change notification settings - Fork 41
/
.gitignore
39 lines (37 loc) · 1002 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Makefile
Project/Homebrew/.qmake.stash
Project/Homebrew/Makefile
Project/Homebrew/moc
Project/Homebrew/moc_*
Project/Homebrew/QCTools.app
Project/Homebrew/qrc_Resources.cpp
Project/Homebrew/*.h
Project/QtCreator/.qmake.stash
Project/QtCreator/Makefile
Project/QtCreator/Makefile.Debug
Project/QtCreator/Makefile.Release
Project/QtCreator/moc
Project/QtCreator/moc_*
Project/QtCreator/resources/qrc_Resources.cpp
Project/QtCreator/*.h
Project/QtCreator/qctools-cli/moc_*
Project/QtCreator/qctools-cli/qcli
Project/QtCreator/qctools-gui/moc_*
Project/QtCreator/qctools-gui/qmake_help_images.qrc
Project/QtCreator/qctools-gui/qrc_qmake_help_images.cpp
Project/QtCreator/qctools-gui/qrc_Resources.cpp
Project/QtCreator/qctools-gui/QCTools.app
Project/QtCreator/qctools-gui/*.h
Project/QtCreator/qctools-lib/libqctools.a
Project/QtCreator/qctools-lib/moc_*
Project/QtCreator/build/
Source/Makefile
Source/Source.pro
Source/build
build-*
.qmake.conf
*.user
*.o
docs/qctools.html
docs/qctools.pdf
.DS_Store