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 /boilerplate/.gitignore | |
parent | 7ff95c7230471be3ffa231ebc71e1d63ba4621b0 (diff) |
Update .gitignore
Add .*.sw? (vim swapfiles).
Add *~ (backup files).
Add *.gcno and *.gcda (gcov intermediates).
Diffstat (limited to 'boilerplate/.gitignore')
-rw-r--r-- | boilerplate/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boilerplate/.gitignore b/boilerplate/.gitignore index 673be9e6..c1325727 100644 --- a/boilerplate/.gitignore +++ b/boilerplate/.gitignore @@ -3,8 +3,12 @@ *.exe *.manifest *.o +*.gcda +*.gcno *.obj *.ilk *.suo *.lib *.pdb +*~ +.*.sw? |