diff options
author | Masood Malekghassemi <atash@google.com> | 2016-06-03 12:26:48 -0700 |
---|---|---|
committer | Masood Malekghassemi <atash@google.com> | 2016-07-01 10:18:44 -0700 |
commit | b926ef2fb7e10df1f45166296e9e3a8a44f7060f (patch) | |
tree | be5adc45fded81f1e0388b1cc8dbf55ef862edd0 /.gitignore | |
parent | ebf81e7a0540a01079ac03661426cd3771664de7 (diff) |
Ignore cython debug information
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ca61bda124..26d5123670 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ libs objs # Python items +cython_debug/ python_build/ .coverage* .eggs |