diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-04-04 07:53:47 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-04-04 07:54:36 +0200 |
commit | 30c4dd1f3a33a3ec196dff464f671c33a332c6ec (patch) | |
tree | 4ac7cf014fcf5b826258c0a94a0b98027bdb1f41 /.gitignore | |
parent | 5e27f2f5b4ceae4cac0a7c6786d4278738ddb3f8 (diff) |
.gitignore: Ignore dump files
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c2603a0b0..3ded06ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ cscope.* .gdb_history .gdbinit core +*.c.[0-9][0-9][0-9]t.* # # Backups / patches |