diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-08 19:35:27 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-09 13:14:48 +0100 |
commit | 918f4c99f37b9ca2ae2bbd6c906b7e0f994af014 (patch) | |
tree | b7ff7f1dd45bb9328c8bae128c6511b16327d3c5 /.gitignore | |
parent | 5ae35443bfaa8e321365d549a812d853e0734b89 (diff) |
Envelope::get_level() gets called rarely now
Also, changed .gitignore to ignore gmon.out
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ *.o *.so *.a +gmon.out + |