forked from toggl-open-source/toggldesktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
173 lines (134 loc) · 2.63 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
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.so.*
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
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/
xcshareddata
*.obj
*.tlog
*.exe
*.idb
*.pch
tmp32
obj
src/ui/windows/TogglDesktop/TogglDesktop/bin
src/ui/windows/TogglDesktop/Release
src/lib/windows/TogglDesktopDLL/Release
src/ui/windows/TogglDesktop/TogglDesktopUpdater/bin
src/lib/windows/TogglDesktopDLL/Debug
src/lib/windows/TogglDesktopDLL/Release_VS
src/lib/windows/TogglDesktopDLL/Release
src/ui/windows/TogglDesktop/.vs
*.dSYM
third_party/plcrashreporter/build
*.sdf
*.opensdf
*.suo
*.vcxproj.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
# c# unit tests
src/ui/windows/TogglDesktop/TogglDesktopDLLInteropTest/bin
# poco build script, autogenerated, as it seems
# Sublime text
*.sublime-workspace
*.sublime-project
# Qt Creator
.*.swp
# poco binaries
third_party/poco/bin
# Resharper user settings
*.DotSettings.user