diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-02-19 18:30:10 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2008-08-22 20:49:33 +0200 |
commit | 3c5a0a4f8fe3811affff6d5e123379eedb083571 (patch) | |
tree | 79e285e0bd04c6ef0dfcde9cf0ce8fda8abecbe1 /isisd | |
parent | [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce (diff) | |
download | frr-3c5a0a4f8fe3811affff6d5e123379eedb083571.tar.xz frr-3c5a0a4f8fe3811affff6d5e123379eedb083571.zip |
[administrivia] Add .gitignore files, based on .cvsignores.
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/.gitignore | 12 | ||||
-rw-r--r-- | isisd/include-netbsd/.gitignore | 3 | ||||
-rw-r--r-- | isisd/topology/.gitignore | 9 |
3 files changed, 24 insertions, 0 deletions
diff --git a/isisd/.gitignore b/isisd/.gitignore new file mode 100644 index 000000000..26aa85cbf --- /dev/null +++ b/isisd/.gitignore @@ -0,0 +1,12 @@ +Makefile +Makefile.in +*.o +isisd +.deps +isisd.conf +.nfs* +*.lo +*.la +*.libs +.arch-inventory +.arch-ids diff --git a/isisd/include-netbsd/.gitignore b/isisd/include-netbsd/.gitignore new file mode 100644 index 000000000..73bcf19d6 --- /dev/null +++ b/isisd/include-netbsd/.gitignore @@ -0,0 +1,3 @@ +.arch-inventory +.arch-ids + diff --git a/isisd/topology/.gitignore b/isisd/topology/.gitignore new file mode 100644 index 000000000..b0ae823b1 --- /dev/null +++ b/isisd/topology/.gitignore @@ -0,0 +1,9 @@ +Makefile +Makefile.in +*.o +tags +TAGS +.deps +.nfs* +.arch-inventory +.arch-ids |