diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-02-19 17:30:10 +0000 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2008-08-22 19:49:33 +0100 |
commit | 3c5a0a4f8fe3811affff6d5e123379eedb083571 (patch) | |
tree | 79e285e0bd04c6ef0dfcde9cf0ce8fda8abecbe1 /ospfd | |
parent | 750e814693050bc97391eec618aad9db798ee5e8 (diff) | |
download | quagga-3c5a0a4f8fe3811affff6d5e123379eedb083571.tar.bz2 quagga-3c5a0a4f8fe3811affff6d5e123379eedb083571.tar.xz |
[administrivia] Add .gitignore files, based on .cvsignores.
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/.gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ospfd/.gitignore b/ospfd/.gitignore new file mode 100644 index 00000000..6fce629e --- /dev/null +++ b/ospfd/.gitignore @@ -0,0 +1,14 @@ +Makefile +Makefile.in +*.o +ospfd +ospfd.conf +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.libs +.arch-inventory +.arch-ids |