aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-05-17 08:11:44 +0200
committerGuido Günther <agx@sigxcpu.org>2017-05-17 08:43:07 +0200
commitcdb8eda0734a57a35876e8504315577852964d91 (patch)
tree14d83f2101ae521bc143f134cb897c44512d8dc5
parent8f992f11cd7dceb23b71cc00ebc23743db0355a3 (diff)
gitignore byte compiled python files
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b25c15b..2f836aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*~
+*.pyc