diff options
author | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-15 02:01:22 +0300 |
---|---|---|
committer | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-15 02:01:22 +0300 |
commit | ad676623168e7b7b083f66617087c6cf424000d1 (patch) | |
tree | 64a893a0c17e2a29c227ebdb53076e40ace19af0 /.gitignore | |
parent | bbf030e1d315d6ba108a75a5ce0113485a2319ba (diff) |
Fix tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,8 +1,11 @@ CMakeCache.txt -CMakeFiles/ +CMakeFiles Makefile -cmake_install.cmake +*.cmake install_manifest.txt .idea/ Thumbs.db -doc/
\ No newline at end of file +doc/ +*.cbp +*.a +test/TgBot_test
\ No newline at end of file |