This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 278
/
.gitignore
190 lines (150 loc) · 2.98 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.so.*
third_party/*.dylib
# Compiled Static libraries
*.lai
*.la
third_party/*.a
# Pod macOS
src/ui/osx/Pods/
tmp/*
build/*
src/lib/osx/build
src/ui/*/TogglDesktop/build/
src/ui/*/TogglDesktop/bin/
toggl
test/*
*.bak
third_party/bugsnag-qt/.git
third_party/bugsnag-qt/build
third_party/bugsnag-qt/moc_*.h
third_party/openssl/**/*.o-*
third_party/openssl/stnrUhYw
third_party/openssl/Makefile*
third_party/openssl/test/*test
third_party/openssl/*/lib
third_party/openssl/*/*/lib
third_party/openssl/**/*.bak
third_party/openssl/apps/openssl
third_party/openssl/crypto/buildinf.h
third_party/openssl/test/sha*t
third_party/openssl/crypto/**/*.s
third_party/openssl/MINFO
third_party/openssl/inc32
third_party/openssl/ms/bcb.mak
third_party/openssl/ms/libeay32.def
third_party/openssl/ms/nt.mak
third_party/openssl/ms/ntdll.mak
third_party/openssl/ms/ssleay32.def
third_party/openssl/ms/version32.def
third_party/openssl/ms/version32.rc
third_party/openssl/crypto/x86_64cpuid.s
/
*.0
*.pc
*.time
.dep
*.db
*.db-wal
*.db-shm
.DS_Store
*.xcuserstate
*.xcuserdatad/
*.log
*.zip
TogglDesktop.app
coverage
third_party/TFDatePicker/TFDatePicker/build/
*.obj
*.tlog
*.exe
*.idb
*.pch
tmp32
obj
obj64
# IntelliJ/Rider cache
.idea
# Visual Studio cache
.vs
src/ui/windows/**/bin
src/ui/windows/TogglDesktop/TogglDesktop.Package/AppPackages
src/ui/windows/TogglDesktop/TogglDesktop.Package/BundleArtifacts
src/ui/windows/TogglDesktop/TogglDesktop.Package/Release
src/ui/windows/TogglDesktop/TogglDesktop.Package/_pkginfo.txt
src/ui/windows/TogglDesktop/Release
src/ui/windows/TogglDesktop/x64/Release
src/lib/windows/**/bin
src/lib/windows/**/Debug
src/lib/windows/**/Release
src/lib/windows/**/StoreRelease
src/lib/windows/**/StoreDebug
*.dSYM
third_party/plcrashreporter/build
*.sdf
*.opensdf
*.suo
*.vcxproj.user
*.csproj.user
*.wapproj.user
CMakeLists.txt.user*
third_party/google-astyle/build/
out32dll
tmp32dll
ipch
# Nuget
src/ui/windows/TogglDesktop/packages
# QT projects
build-*-Debug
*.pro.user
.qmake.stash
# QT project specific
src/ui/linux/TogglDesktop/TogglDesktop
src/ui/linux/TogglDesktop/ui_*.h
src/ui/linux/TogglDesktop/moc_*.cpp
src/ui/linux/TogglDesktop/moc_*.h
src/ui/linux/TogglDesktop/cacert.pem
# qt generated makefiles
src/ui/linux/TogglDesktop/Makefile
src/lib/linux/TogglDesktopLibrary/Makefile
# qt generated resources
qrc_*.*
# installer
src/branding/
deb
*.deb
rpm
*.tar.gz
*.dmg
# built lua
third_party/lua-5.2.3/src/lua
third_party/lua-5.2.3/src/luac
# code coverage
app.info
*.autosave
# packaged build
out
# Built Lua
third_party/lua/src/lua
third_party/lua/src/luac
third_party/lua/install
# Sublime text
*.sublime-workspace
*.sublime-project
# Qt Creator
.*.swp
# poco binaries
third_party/poco/bin
third_party/poco/bin64
third_party/poco/lib
third_party/poco/lib64
# autogenerated files
third_party/poco/Foundation/src/pocomsg.h
third_party/poco/Foundation/src/pocomsg.rc
# Resharper user settings
*.DotSettings.user