From d47ee877be5d1175bdc36f2d87881ddaf875a8e9 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 01:56:42 +0300 Subject: Refactor http clients, fix webhook server, add more samples, change tabs to 4 spaces --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7ba713b..15bd029 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,11 @@ CMakeFiles Makefile *.cmake install_manifest.txt -.idea/ -Thumbs.db -doc/ *.cbp *.a -test/TgBot_test +*.so +doc/ +Thumbs.db +TgBot_test +.idea/ .vscode/ \ No newline at end of file -- cgit v1.2.3 From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 15bd029..efe3b57 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ doc/ Thumbs.db TgBot_test .idea/ -.vscode/ \ No newline at end of file +.vscode/ +docs/ \ No newline at end of file -- cgit v1.2.3