diff options
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 00000000..26aa85cb --- /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 00000000..73bcf19d --- /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 00000000..b0ae823b --- /dev/null +++ b/isisd/topology/.gitignore @@ -0,0 +1,9 @@ +Makefile +Makefile.in +*.o +tags +TAGS +.deps +.nfs* +.arch-inventory +.arch-ids |