From 890e7e5fa47c2142d68f0271d463929b4aaf7927 2020-06-29 04:18:38
From: Branko Majic <branko@majic.rs>
Date: 2020-06-29 04:18:38
Subject: [PATCH] Updated the hg ignore file to ignore the Python compiled files (pyc) as well.

---

diff --git a/.hgignore b/.hgignore
index 9ea453581291efacd64f363e69f60393a53dad82..6a127062df23f9239334c770f907b7c70b690622 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,2 +1,3 @@
 syntax: glob
 tmp/*
+*.pyc