diff options
-rw-r--r-- | doc/.cvsignore | 2 | ||||
-rw-r--r-- | examples/.cvsignore | 2 | ||||
-rw-r--r-- | examples/volumed/.cvsignore | 2 | ||||
-rw-r--r-- | fdi/.cvsignore | 2 | ||||
-rw-r--r-- | fdi/10generic/.cvsignore | 2 | ||||
-rw-r--r-- | fdi/20freedesktop/.cvsignore | 2 | ||||
-rw-r--r-- | hald/.cvsignore | 6 | ||||
-rw-r--r-- | libhal/.cvsignore | 6 | ||||
-rw-r--r-- | tools/.cvsignore | 7 | ||||
-rw-r--r-- | tools/device-manager/.cvsignore | 3 | ||||
-rw-r--r-- | tools/linux/.cvsignore | 5 |
11 files changed, 39 insertions, 0 deletions
diff --git a/doc/.cvsignore b/doc/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/doc/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/examples/.cvsignore b/examples/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/examples/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/examples/volumed/.cvsignore b/examples/volumed/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/examples/volumed/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/fdi/.cvsignore b/fdi/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/fdi/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/fdi/10generic/.cvsignore b/fdi/10generic/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/fdi/10generic/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/fdi/20freedesktop/.cvsignore b/fdi/20freedesktop/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/fdi/20freedesktop/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/hald/.cvsignore b/hald/.cvsignore new file mode 100644 index 00000000..3d8f6a80 --- /dev/null +++ b/hald/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +hald +haldaemon diff --git a/libhal/.cvsignore b/libhal/.cvsignore new file mode 100644 index 00000000..9730646f --- /dev/null +++ b/libhal/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +*.la +*.lo diff --git a/tools/.cvsignore b/tools/.cvsignore new file mode 100644 index 00000000..d4e94269 --- /dev/null +++ b/tools/.cvsignore @@ -0,0 +1,7 @@ +.deps +.libs +Makefile +Makefile.in +hal-get-property +hal-set-property +lshal diff --git a/tools/device-manager/.cvsignore b/tools/device-manager/.cvsignore new file mode 100644 index 00000000..c213a01d --- /dev/null +++ b/tools/device-manager/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +Const.py diff --git a/tools/linux/.cvsignore b/tools/linux/.cvsignore new file mode 100644 index 00000000..8c752846 --- /dev/null +++ b/tools/linux/.cvsignore @@ -0,0 +1,5 @@ +.deps +.libs +Makefile +Makefile.in +hal.hotplug |