diff options
author | Jon Cairns <jon@22blue.co.uk> | 2012-06-01 17:10:05 +0100 |
---|---|---|
committer | Jon Cairns <jon@22blue.co.uk> | 2012-06-01 17:10:05 +0100 |
commit | 8569abac7cb7a15882520957c903668ee5ee53eb (patch) | |
tree | 2f1ea899e40a56fcf393dcd22d900d47bed80dc5 /.gitignore | |
parent | 1ba4b09e3c4135862dc53b6bda7e600e9dc1b0fd (diff) | |
download | vdebug-8569abac7cb7a15882520957c903668ee5ee53eb.zip |
Added gitignore for pyc files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fbfa7d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/*.pyc |