author | schurig <schurig> | 2004-09-08 07:18:30 (UTC) |
---|---|---|
committer | schurig <schurig> | 2004-09-08 07:18:30 (UTC) |
commit | 83d17320ef52d1e61a86f0287e383a940e75a338 (patch) (unidiff) | |
tree | 4195ce59bd2983dd77db1c01c18a3fcaf05a481d | |
parent | 9b22074ff0fe462eb25ccedffdb8312fecb2a894 (diff) | |
download | opie-83d17320ef52d1e61a86f0287e383a940e75a338.zip opie-83d17320ef52d1e61a86f0287e383a940e75a338.tar.gz opie-83d17320ef52d1e61a86f0287e383a940e75a338.tar.bz2 |
added
-rw-r--r-- | noncore/settings/networksettings2/lancard/.cvsignore | 4 | ||||
-rw-r--r-- | noncore/settings/networksettings2/modem/.cvsignore | 4 | ||||
-rw-r--r-- | noncore/settings/networksettings2/network/.cvsignore | 4 | ||||
-rw-r--r-- | noncore/settings/networksettings2/networksettings2/.cvsignore | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings2/ppp/.cvsignore | 10 | ||||
-rw-r--r-- | noncore/settings/networksettings2/vpn/.cvsignore | 4 | ||||
-rw-r--r-- | noncore/settings/networksettings2/wlan/.cvsignore | 4 | ||||
-rw-r--r-- | plugins/reader/README | 2 | ||||
-rw-r--r-- | plugins/security/README | 1 |
9 files changed, 35 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/lancard/.cvsignore b/noncore/settings/networksettings2/lancard/.cvsignore new file mode 100644 index 0000000..703cd8e --- a/dev/null +++ b/noncore/settings/networksettings2/lancard/.cvsignore | |||
@@ -0,0 +1,4 @@ | |||
1 | Makefile | ||
2 | .moc | ||
3 | lancardGUI.cpp | ||
4 | lancardGUI.h | ||
diff --git a/noncore/settings/networksettings2/modem/.cvsignore b/noncore/settings/networksettings2/modem/.cvsignore new file mode 100644 index 0000000..61b16b6 --- a/dev/null +++ b/noncore/settings/networksettings2/modem/.cvsignore | |||
@@ -0,0 +1,4 @@ | |||
1 | Makefile | ||
2 | .moc | ||
3 | modemGUI.cpp | ||
4 | modemGUI.h | ||
diff --git a/noncore/settings/networksettings2/network/.cvsignore b/noncore/settings/networksettings2/network/.cvsignore new file mode 100644 index 0000000..0d2eaf9 --- a/dev/null +++ b/noncore/settings/networksettings2/network/.cvsignore | |||
@@ -0,0 +1,4 @@ | |||
1 | Makefile | ||
2 | .moc | ||
3 | networkGUI.cpp | ||
4 | networkGUI.h | ||
diff --git a/noncore/settings/networksettings2/networksettings2/.cvsignore b/noncore/settings/networksettings2/networksettings2/.cvsignore new file mode 100644 index 0000000..d4339ed --- a/dev/null +++ b/noncore/settings/networksettings2/networksettings2/.cvsignore | |||
@@ -0,0 +1,2 @@ | |||
1 | Makefile | ||
2 | .moc | ||
diff --git a/noncore/settings/networksettings2/ppp/.cvsignore b/noncore/settings/networksettings2/ppp/.cvsignore new file mode 100644 index 0000000..ab82789 --- a/dev/null +++ b/noncore/settings/networksettings2/ppp/.cvsignore | |||
@@ -0,0 +1,10 @@ | |||
1 | Makefile | ||
2 | .moc | ||
3 | PPPAuthGUI.cpp | ||
4 | PPPAuthGUI.h | ||
5 | PPPDNSGUI.cpp | ||
6 | PPPDNSGUI.h | ||
7 | PPPGUI.cpp | ||
8 | PPPGUI.h | ||
9 | PPPIPGUI.cpp | ||
10 | PPPIPGUI.h | ||
diff --git a/noncore/settings/networksettings2/vpn/.cvsignore b/noncore/settings/networksettings2/vpn/.cvsignore new file mode 100644 index 0000000..387f55b --- a/dev/null +++ b/noncore/settings/networksettings2/vpn/.cvsignore | |||
@@ -0,0 +1,4 @@ | |||
1 | Makefile | ||
2 | .moc | ||
3 | vpnGUI.cpp | ||
4 | vpnGUI.h | ||
diff --git a/noncore/settings/networksettings2/wlan/.cvsignore b/noncore/settings/networksettings2/wlan/.cvsignore new file mode 100644 index 0000000..738a7bc --- a/dev/null +++ b/noncore/settings/networksettings2/wlan/.cvsignore | |||
@@ -0,0 +1,4 @@ | |||
1 | Makefile | ||
2 | .moc | ||
3 | wlanGUI.cpp | ||
4 | wlanGUI.h | ||
diff --git a/plugins/reader/README b/plugins/reader/README new file mode 100644 index 0000000..ced9255 --- a/dev/null +++ b/plugins/reader/README | |||
@@ -0,0 +1,2 @@ | |||
1 | This directory is empty, but will be filled with the data from opie-reader | ||
2 | |||
diff --git a/plugins/security/README b/plugins/security/README new file mode 100644 index 0000000..5e043a5 --- a/dev/null +++ b/plugins/security/README | |||
@@ -0,0 +1 @@ | |||
This directory is empty, but will be filled with the security opie-multiauth plugins | |||