diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-10-21 19:35:27 +0200 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2008-08-22 21:00:46 +0200 |
commit | d68cbf9261869e532dfdd14dbb4122b3f3feb0d4 (patch) | |
tree | 5cc873e6a38a3db9ad5fb4dfe579624ff7693c13 /ports | |
parent | [trivia] Remove ChangeLog files, as this data is now maintained in SCM (diff) | |
download | frr-d68cbf9261869e532dfdd14dbb4122b3f3feb0d4.tar.xz frr-d68cbf9261869e532dfdd14dbb4122b3f3feb0d4.zip |
[administrivia] Git should ignore backup files and .loT files
Diffstat (limited to 'ports')
-rw-r--r-- | ports/.gitignore | 3 | ||||
-rw-r--r-- | ports/files/.gitignore | 3 | ||||
-rw-r--r-- | ports/pkg/.gitignore | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/ports/.gitignore b/ports/.gitignore index 73bcf19d6..dd5bf7c67 100644 --- a/ports/.gitignore +++ b/ports/.gitignore @@ -1,3 +1,6 @@ .arch-inventory .arch-ids +*~ +*.loT + diff --git a/ports/files/.gitignore b/ports/files/.gitignore index 73bcf19d6..dd5bf7c67 100644 --- a/ports/files/.gitignore +++ b/ports/files/.gitignore @@ -1,3 +1,6 @@ .arch-inventory .arch-ids +*~ +*.loT + diff --git a/ports/pkg/.gitignore b/ports/pkg/.gitignore index 73bcf19d6..dd5bf7c67 100644 --- a/ports/pkg/.gitignore +++ b/ports/pkg/.gitignore @@ -1,3 +1,6 @@ .arch-inventory .arch-ids +*~ +*.loT + |