author | drw <drw> | 2005-02-20 20:56:48 (UTC) |
---|---|---|
committer | drw <drw> | 2005-02-20 20:56:48 (UTC) |
commit | e5d8117ff25ff91b4ba8029a63b6ffed4ea56d38 (patch) (side-by-side diff) | |
tree | ff4fe59a7f4bb458a3cedd3d5d6916a2b75cecdd | |
parent | 998822e43e96d31684081404aea5f6a7e9f2f61f (diff) | |
download | opie-e5d8117ff25ff91b4ba8029a63b6ffed4ea56d38.zip opie-e5d8117ff25ff91b4ba8029a63b6ffed4ea56d38.tar.gz opie-e5d8117ff25ff91b4ba8029a63b6ffed4ea56d38.tar.bz2 |
.cvsignore updates
-rw-r--r-- | noncore/applets/brightnessapplet/.cvsignore | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/applet/.cvsignore | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/blue-pin/.cvsignore | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/.cvsignore | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/.cvsignore | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings2/.cvsignore | 4 | ||||
-rw-r--r-- | noncore/settings/networksettings2/opietooth2/.cvsignore | 8 | ||||
-rw-r--r-- | noncore/settings/networksettings2/opietooth2_applet/.cvsignore | 3 | ||||
-rw-r--r-- | noncore/settings/networksettings2/ppp/.cvsignore | 2 | ||||
-rw-r--r-- | noncore/styles/.cvsignore | 4 | ||||
-rw-r--r-- | scripts/lxdialog/.cvsignore | 1 |
11 files changed, 27 insertions, 5 deletions
diff --git a/noncore/applets/brightnessapplet/.cvsignore b/noncore/applets/brightnessapplet/.cvsignore index 51d12e8..65e7b8f 100644 --- a/noncore/applets/brightnessapplet/.cvsignore +++ b/noncore/applets/brightnessapplet/.cvsignore @@ -4 +4,3 @@ advancedconfigbase.h moc_* +.moc* +.obj diff --git a/noncore/net/opietooth/applet/.cvsignore b/noncore/net/opietooth/applet/.cvsignore index 24b6165..b3f1382 100644 --- a/noncore/net/opietooth/applet/.cvsignore +++ b/noncore/net/opietooth/applet/.cvsignore @@ -3 +3,3 @@ Makefile.in moc_* +.moc* +.obj diff --git a/noncore/net/opietooth/blue-pin/.cvsignore b/noncore/net/opietooth/blue-pin/.cvsignore index 409a90a..8b6b653 100644 --- a/noncore/net/opietooth/blue-pin/.cvsignore +++ b/noncore/net/opietooth/blue-pin/.cvsignore @@ -5 +5,3 @@ pindlgbase.cpp pindlgbase.h +.moc* +.obj diff --git a/noncore/net/opietooth/lib/.cvsignore b/noncore/net/opietooth/lib/.cvsignore index 24b6165..b3f1382 100644 --- a/noncore/net/opietooth/lib/.cvsignore +++ b/noncore/net/opietooth/lib/.cvsignore @@ -3 +3,3 @@ Makefile.in moc_* +.moc* +.obj diff --git a/noncore/net/opietooth/manager/.cvsignore b/noncore/net/opietooth/manager/.cvsignore index 19c03a7..019226e 100644 --- a/noncore/net/opietooth/manager/.cvsignore +++ b/noncore/net/opietooth/manager/.cvsignore @@ -13 +13,3 @@ rfcommdialogitembase.cpp rfcommdialogitembase.h +.moc* +.obj diff --git a/noncore/settings/networksettings2/.cvsignore b/noncore/settings/networksettings2/.cvsignore index aff8879..8ffda06 100644 --- a/noncore/settings/networksettings2/.cvsignore +++ b/noncore/settings/networksettings2/.cvsignore @@ -5,4 +5,2 @@ .libs -.moc.cpp -.moc.o .o @@ -17 +15,3 @@ networksettingsGUI.cpp networksettingsGUI.h +.moc* +.obj diff --git a/noncore/settings/networksettings2/opietooth2/.cvsignore b/noncore/settings/networksettings2/opietooth2/.cvsignore new file mode 100644 index 0000000..1d5b6dd --- a/dev/null +++ b/noncore/settings/networksettings2/opietooth2/.cvsignore @@ -0,0 +1,8 @@ +.moc* +.obj +Makefile +OTMainGUI.h +OTManageGUI.h +OTPairingGUI.h +OTScanGUI.h +OTSniffGUI.h diff --git a/noncore/settings/networksettings2/opietooth2_applet/.cvsignore b/noncore/settings/networksettings2/opietooth2_applet/.cvsignore new file mode 100644 index 0000000..b985b73 --- a/dev/null +++ b/noncore/settings/networksettings2/opietooth2_applet/.cvsignore @@ -0,0 +1,3 @@ +Makefile* +.moc* +.obj diff --git a/noncore/settings/networksettings2/ppp/.cvsignore b/noncore/settings/networksettings2/ppp/.cvsignore index ab82789..74f8223 100644 --- a/noncore/settings/networksettings2/ppp/.cvsignore +++ b/noncore/settings/networksettings2/ppp/.cvsignore @@ -10 +10,3 @@ PPPIPGUI.cpp PPPIPGUI.h +PPPDialingGUI.* +PPPRunGUI.*
\ No newline at end of file diff --git a/noncore/styles/.cvsignore b/noncore/styles/.cvsignore index c8de896..6d678c6 100644 --- a/noncore/styles/.cvsignore +++ b/noncore/styles/.cvsignore @@ -1,3 +1 @@ -Makefile* -*.moc -.obj +config.in diff --git a/scripts/lxdialog/.cvsignore b/scripts/lxdialog/.cvsignore new file mode 100644 index 0000000..23b02a1 --- a/dev/null +++ b/scripts/lxdialog/.cvsignore @@ -0,0 +1 @@ +lxdialog
\ No newline at end of file |