summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6be9879ac4e97715f8101030c89fa4b9ffc1b79e (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
CMakeCache.txt
CMakeFiles
CMakeSettings.json
Makefile
*.cmake
install_manifest.txt
*.cbp
*.a
*.so
*.lnk
.sw
doc/
Thumbs.db
TgBot_test
.idea/
docs/
cmake-build-*

# Visual Studio
.vs/
.vscode/
build/
out/

# MacOS dependecies
.DS_Store

# CMake build folder
build/