author | drw <drw> | 2005-02-20 20:56:48 (UTC) |
---|---|---|
committer | drw <drw> | 2005-02-20 20:56:48 (UTC) |
commit | e5d8117ff25ff91b4ba8029a63b6ffed4ea56d38 (patch) (unidiff) | |
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 | |||
@@ -2,3 +2,5 @@ Makefile* | |||
2 | advancedconfigbase.cpp | 2 | advancedconfigbase.cpp |
3 | advancedconfigbase.h | 3 | advancedconfigbase.h |
4 | moc_* | 4 | moc_* |
5 | .moc* | ||
6 | .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 | |||
@@ -1,3 +1,5 @@ | |||
1 | Makefile | 1 | Makefile |
2 | Makefile.in | 2 | Makefile.in |
3 | moc_* | 3 | moc_* |
4 | .moc* | ||
5 | .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 | |||
@@ -3,3 +3,5 @@ Makefile.in | |||
3 | moc* | 3 | moc* |
4 | pindlgbase.cpp | 4 | pindlgbase.cpp |
5 | pindlgbase.h | 5 | pindlgbase.h |
6 | .moc* | ||
7 | .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 | |||
@@ -1,3 +1,5 @@ | |||
1 | Makefile | 1 | Makefile |
2 | Makefile.in | 2 | Makefile.in |
3 | moc_* | 3 | moc_* |
4 | .moc* | ||
5 | .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 | |||
@@ -11,3 +11,5 @@ rfcommassigndialogbase.cpp | |||
11 | rfcommassigndialogbase.h | 11 | rfcommassigndialogbase.h |
12 | rfcommdialogitembase.cpp | 12 | rfcommdialogitembase.cpp |
13 | rfcommdialogitembase.h | 13 | rfcommdialogitembase.h |
14 | .moc* | ||
15 | .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 | |||
@@ -3,8 +3,6 @@ | |||
3 | *.o | 3 | *.o |
4 | .deps | 4 | .deps |
5 | .libs | 5 | .libs |
6 | .moc.cpp | ||
7 | .moc.o | ||
8 | .o | 6 | .o |
9 | Makefile* | 7 | Makefile* |
10 | activateprofileGUI.cpp | 8 | activateprofileGUI.cpp |
@@ -15,3 +13,5 @@ editconnectionGUI.cpp | |||
15 | editconnectionGUI.h | 13 | editconnectionGUI.h |
16 | networksettingsGUI.cpp | 14 | networksettingsGUI.cpp |
17 | networksettingsGUI.h | 15 | networksettingsGUI.h |
16 | .moc* | ||
17 | .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 @@ | |||
1 | .moc* | ||
2 | .obj | ||
3 | Makefile | ||
4 | OTMainGUI.h | ||
5 | OTManageGUI.h | ||
6 | OTPairingGUI.h | ||
7 | OTScanGUI.h | ||
8 | 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 @@ | |||
1 | Makefile* | ||
2 | .moc* | ||
3 | .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 | |||
@@ -8,3 +8,5 @@ PPPGUI.cpp | |||
8 | PPPGUI.h | 8 | PPPGUI.h |
9 | PPPIPGUI.cpp | 9 | PPPIPGUI.cpp |
10 | PPPIPGUI.h | 10 | PPPIPGUI.h |
11 | PPPDialingGUI.* | ||
12 | 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 @@ | |||
1 | Makefile* | config.in | |
2 | *.moc | ||
3 | .obj | ||
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 | |||