diff options
author | Johnathan Corgan | 2012-04-09 12:33:42 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-04-09 12:33:42 -0700 |
commit | 3de14a2aee748c80a5f1e61e3ca6809fc2e914bc (patch) | |
tree | ccdbb3cc4750d8366aaa8c2cb73b75a910194d12 /.gitignore | |
parent | 49e6c5dbfdde7188183e1f7373447d0b2124b046 (diff) | |
download | gnuradio-3de14a2aee748c80a5f1e61e3ca6809fc2e914bc.tar.gz gnuradio-3de14a2aee748c80a5f1e61e3ca6809fc2e914bc.tar.bz2 gnuradio-3de14a2aee748c80a5f1e61e3ca6809fc2e914bc.zip |
updated ignores, building with Python < 2.7 can leave stray files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b25c15b81..6300279f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *~ +*.pyc +*.pyo |