diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-04-16 15:08:54 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2007-04-16 15:08:54 +0100 |
commit | 3a3fb0031decec26260cd94e60f1b0bf06541a6d (patch) | |
tree | 4933a499742190c481570975fbe69d6fef027b49 /src/.gitignore | |
parent | 7ff95c7230471be3ffa231ebc71e1d63ba4621b0 (diff) |
Update .gitignore
Add .*.sw? (vim swapfiles).
Add *~ (backup files).
Add *.gcno and *.gcda (gcov intermediates).
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index 03a976b2..fa92650b 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -19,4 +19,5 @@ cairo.def *.exp *.lib *~ +.*.sw? TAGS |