aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-08-04 09:25:10 +0200
committerpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-08-04 09:25:10 +0200
commitcc394186fc6f1dba45d627061c2f7e417940787a (patch)
tree57ca762d6ad1cb11aaaeee45d0a31aeeb0619956 /.gitignore
parentd40b82f8d4db3e79d0d2d889a3cae9f5f0c04143 (diff)
Ignore *.pyc and *.pyo files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 185fe52..5d8bd7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ build
*.o
*.log
*~
+*.pyc
+*.pyo