-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (53 loc) · 1.87 KB
/
.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# This file is part of Qtah.
#
# Copyright 2016 Bryan Gardiner <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
.vscode
/qtah-examples/dist
/qtah-generator/dist
/qtah-generator/src/Graphics/UI/Qtah/Generator/Interface/Listener.hs
/qtah-generator/src/Graphics/UI/Qtah/Generator/Interface/Listener.hs-boot
/qtah-cpp/cpp/Makefile
/qtah-cpp/cpp/b_*
/qtah-cpp/cpp/moc_*
/qtah-cpp/cpp/listener.cpp
/qtah-cpp/cpp/listener.hpp
/qtah-cpp/cpp/*.o
/qtah-cpp/cpp/libqtah.so*
/qtah-cpp/dist
/qtah-cpp-qt?/cpp/Makefile
/qtah-cpp-qt?/cpp/b_*
/qtah-cpp-qt?/cpp/moc_*
/qtah-cpp-qt?/cpp/listener.cpp
/qtah-cpp-qt?/cpp/listener.hpp
/qtah-cpp-qt?/cpp/*.o
/qtah-cpp-qt?/cpp/libqtah.so*
/qtah-cpp-qt?/dist
/qtah/dist
/qtah/src/Graphics/UI/Qtah/Core/Q*
/qtah/src/Graphics/UI/Qtah/Core/Types.hs
/qtah/src/Graphics/UI/Qtah/Generated
/qtah/src/Graphics/UI/Qtah/Gui/Q*
/qtah/src/Graphics/UI/Qtah/Internal/EventListener.hs
/qtah/src/Graphics/UI/Qtah/Widgets/Q*
/qtah/src/Graphics/UI/Qtah/Qml/Q*
/qtah-qt?/dist
/qtah-qt?/src/Graphics/UI/Qtah/Core/Q*
/qtah-qt?/src/Graphics/UI/Qtah/Core/Types.hs
/qtah-qt?/src/Graphics/UI/Qtah/Generated
/qtah-qt?/src/Graphics/UI/Qtah/Gui/Q*
/qtah-qt?/src/Graphics/UI/Qtah/Internal/EventListener.hs
/qtah-qt?/src/Graphics/UI/Qtah/Widgets/Q*
/qtah-qt?/src/Graphics/UI/Qtah/Qml/Q*