From a828e9d155b8dc6e9c8a19e8778b0c5d2b430b87 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sun, 4 Mar 2018 12:25:41 +0100 Subject: [PATCH] Update .gitignore to reflect the package name change --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f2090e85..e1232077 100755 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,10 @@ _build/ # Generated code -telethon/tl/functions/ -telethon/tl/types/ -telethon/tl/all_tlobjects.py -telethon/errors/rpc_error_list.py +telethon_aio/tl/functions/ +telethon_aio/tl/types/ +telethon_aio/tl/all_tlobjects.py +telethon_aio/errors/rpc_error_list.py # User session *.session