# HG changeset patch # User Iannis # Date 1539251105 -10800 # Node ID 8ebbba085eb0e57b50585758fa108b13559cbab2 # Parent 2a6a9e95bd1600b3bb11269c3c4459126a8f47ca Ignore local installation files. diff -r 2a6a9e95bd16 -r 8ebbba085eb0 .hgignore --- a/.hgignore Thu Oct 11 12:15:48 2018 +0300 +++ b/.hgignore Thu Oct 11 12:45:05 2018 +0300 @@ -1,6 +1,7 @@ -syntax: glob -*.rst~ -*.py~ -*.pyc -re:^settings\.py$ -re:^\.idea/ +syntax: glob +*.rst~ +*.py~ +*.pyc +re:^settings\.py$ +re:^\.idea/ +scc_access.egg-info/ \ No newline at end of file