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

# Visual Studio
/.vs/
/out/

# MacOS dependecies
.DS_Store