summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 678ef32e3b8fc3cb4aefb5cb6a6289331643cc4d (plain)
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
/out/
Debug/
Release/
/ThirdParty/
/Telegram/build/target
/Telegram/tests/
/Telegram/gyp/tests/*.test
/Telegram/out/
/Telegram/*.user
*.vcxproj*
*.sln
*.suo
*.sdf
*.opensdf
*.opendb
*.VC.db
*.aps
*.xcodeproj
ipch/
.vs/

/Telegram/log.txt
/Telegram/data
/Telegram/data_config
/Telegram/DebugLogs/
/Telegram/tdata/
/Telegram/tdumps/

.DS_Store
._*
.qmake.stash
/Mac/
project.xcworkspace
xcuserdata

parts
prime
stage
*.snap
.snapcraft
/snap/gui/*.png
/snap/gui/*.desktop
/snap/plugins/__pycache__

/Telegram/*.user.*
*.txt.user
*.pro.user
/Linux/
/Telegram/Makefile
*.*~
.idea/
cmake-build-debug/