diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-10-21 18:35:27 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2008-08-22 20:00:46 +0100 |
commit | d68cbf9261869e532dfdd14dbb4122b3f3feb0d4 (patch) | |
tree | 5cc873e6a38a3db9ad5fb4dfe579624ff7693c13 /doc | |
parent | 3998bfd76620a676fbd77f19c5c6ea80a4cc88d2 (diff) |
[administrivia] Git should ignore backup files and .loT files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.gitignore | 3 | ||||
-rw-r--r-- | doc/mpls/.gitignore | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index 43987b24..dfd50c69 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -29,3 +29,6 @@ stamp-vti *.vr .arch-inventory .arch-ids +*~ +*.loT + diff --git a/doc/mpls/.gitignore b/doc/mpls/.gitignore index 1218df92..b0a4a461 100644 --- a/doc/mpls/.gitignore +++ b/doc/mpls/.gitignore @@ -1,2 +1,5 @@ .arch-ids .arch-inventory +*~ +*.loT + |