From 3c5a0a4f8fe3811affff6d5e123379eedb083571 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Sun, 19 Feb 2006 17:30:10 +0000 Subject: [administrivia] Add .gitignore files, based on .cvsignores. --- isisd/.gitignore | 12 ++++++++++++ isisd/include-netbsd/.gitignore | 3 +++ isisd/topology/.gitignore | 9 +++++++++ 3 files changed, 24 insertions(+) create mode 100644 isisd/.gitignore create mode 100644 isisd/include-netbsd/.gitignore create mode 100644 isisd/topology/.gitignore (limited to 'isisd') 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 -- cgit v1.2.1