diff options
author | Karel Klic <kklic@redhat.com> | 2010-03-26 18:11:55 +0100 |
---|---|---|
committer | Karel Klic <kklic@redhat.com> | 2010-03-26 18:11:55 +0100 |
commit | 62eeebecbcc0168fb61c1e0df8975e2287ec245d (patch) | |
tree | b93f1cceb0e98451291c211d19e08f3fdf01ef0a /.gitignore | |
parent | 7ccd55eb10921e94a81b699a2c96cb1dc25515d1 (diff) | |
download | abrt-62eeebecbcc0168fb61c1e0df8975e2287ec245d.tar.gz abrt-62eeebecbcc0168fb61c1e0df8975e2287ec245d.tar.xz abrt-62eeebecbcc0168fb61c1e0df8975e2287ec245d.zip |
Ignore some temp files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -47,9 +47,9 @@ py-compile scripts/*.bt src/Applet/abrt-applet src/CLI/abrt-cli -src/Backtrace/abrt-backtrace -src/Backtrace/parser.c -src/Backtrace/parser.output +src/utils/abrt-backtrace +lib/Utils/backtrace_parser.c +lib/Utils/backtrace_parser.output src/Backtrace/*.bt src/Daemon/abrtd src/Gui/abrt.desktop @@ -57,6 +57,7 @@ src/Hooks/abrt_exception_handler.py src/Hooks/dumpoops src/Hooks/abrt-hook-ccpp src/Hooks/abrt-hook-python +scripts/abrt-rate-backtrace stamp-h1 x86_64/ *.pyc |