summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/screenshotapplet/.cvsignore4
-rw-r--r--core/applets/vmemo/.cvsignore3
-rw-r--r--core/launcher/Makefile.in3
3 files changed, 9 insertions, 1 deletions
diff --git a/core/applets/screenshotapplet/.cvsignore b/core/applets/screenshotapplet/.cvsignore
new file mode 100644
index 0000000..cff76b1
--- a/dev/null
+++ b/core/applets/screenshotapplet/.cvsignore
@@ -0,0 +1,4 @@
1moc_*
2*.moc
3Makefile
4*.~ \ No newline at end of file
diff --git a/core/applets/vmemo/.cvsignore b/core/applets/vmemo/.cvsignore
new file mode 100644
index 0000000..edfa921
--- a/dev/null
+++ b/core/applets/vmemo/.cvsignore
@@ -0,0 +1,3 @@
1moc_*
2*.moc
3Makefile
diff --git a/core/launcher/Makefile.in b/core/launcher/Makefile.in
index 91a5a9b..52aa401 100644
--- a/core/launcher/Makefile.in
+++ b/core/launcher/Makefile.in
@@ -407,7 +407,8 @@ inputmethods.o: inputmethods.cpp \
407 $(OPIEDIR)/include/qpe/quuid.h \ 407 $(OPIEDIR)/include/qpe/quuid.h \
408 $(OPIEDIR)/include/qpe/config.h \ 408 $(OPIEDIR)/include/qpe/config.h \
409 $(OPIEDIR)/include/qpe/qpeapplication.h \ 409 $(OPIEDIR)/include/qpe/qpeapplication.h \
410 $(OPIEDIR)/include/qpe/qlibrary.h 410 $(OPIEDIR)/include/qpe/qlibrary.h \
411 $(OPIEDIR)/include/qpe/global.h
411 412
412systray.o: systray.cpp \ 413systray.o: systray.cpp \
413 $(OPIEDIR)/include/qpe/qpeapplication.h \ 414 $(OPIEDIR)/include/qpe/qpeapplication.h \