aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2017-01-12 17:16:48 -0800
committerGravatar Masood Malekghassemi <atash@google.com>2017-01-13 17:40:30 -0800
commit62d895bc77ec9a06659ad66bddc7930eb3ce24fe (patch)
treebbdc2a54d355279413961ac8fc81a6060a0d0e8b /.gitignore
parent38842566f72ca51762df4dac4677bfdbd15d16d7 (diff)
Paper-over Python errors
This reads directly off of the slices rather than ref'ing and unref'ing them. There's likely some silliness w.r.t. interned slices and references to them outliving their associated call objects, but we are just ignoring that for now.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3112445176..06a3d25c3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,7 +31,7 @@ coverage
# python compiled objects
*.pyc
-#eclipse project files
+# eclipse project files
.cproject
.project
.settings
@@ -110,3 +110,6 @@ bazel-genfiles
bazel-grpc
bazel-out
bazel-testlogs
+
+# Debug output
+gdb.txt