From e5913d75147593587757aa83d5b8c5ec1c901b1d Mon Sep 17 00:00:00 2001
From: Johan Tibell <johan.tibell@gmail.com>
Date: Mon, 16 May 2011 10:13:38 +0200
Subject: [PATCH] Ignore files generated while running tests
---
.gitignore | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index ac0288b..44f6863 100644
|
a
|
b
|
|
| 18 | 18 | |
| 19 | 19 | .hpc |
| 20 | 20 | |
| | 21 | *.genscript |
| | 22 | *.interp.stdout |
| | 23 | *.interp.stderr |
| | 24 | *.run.stdout |
| | 25 | *.run.stderr |
| | 26 | |
| 21 | 27 | # ----------------------------------------------------------------------------- |
| 22 | 28 | # specific generated files |
| 23 | 29 | |