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
@@ -394,33 +394,34 @@ mrulist.o: mrulist.cpp \
394 mrulist.h \ 394 mrulist.h \
395 $(OPIEDIR)/include/qpe/applnk.h \ 395 $(OPIEDIR)/include/qpe/applnk.h \
396 $(OPIEDIR)/include/qpe/global.h \ 396 $(OPIEDIR)/include/qpe/global.h \
397 $(OPIEDIR)/include/qpe/resource.h 397 $(OPIEDIR)/include/qpe/resource.h
398 398
399stabmon.o: stabmon.cpp \ 399stabmon.o: stabmon.cpp \
400 stabmon.h \ 400 stabmon.h \
401 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h 401 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
402 402
403inputmethods.o: inputmethods.cpp \ 403inputmethods.o: inputmethods.cpp \
404 inputmethods.h \ 404 inputmethods.h \
405 $(OPIEDIR)/include/qpe/inputmethodinterface.h \ 405 $(OPIEDIR)/include/qpe/inputmethodinterface.h \
406 $(OPIEDIR)/include/qpe/qcom.h \ 406 $(OPIEDIR)/include/qpe/qcom.h \
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 \
414 $(OPIEDIR)/include/qpe/qlibrary.h \ 415 $(OPIEDIR)/include/qpe/qlibrary.h \
415 $(OPIEDIR)/include/qpe/qcom.h \ 416 $(OPIEDIR)/include/qpe/qcom.h \
416 $(OPIEDIR)/include/qpe/quuid.h \ 417 $(OPIEDIR)/include/qpe/quuid.h \
417 $(OPIEDIR)/include/qpe/config.h \ 418 $(OPIEDIR)/include/qpe/config.h \
418 quicklauncher.h \ 419 quicklauncher.h \
419 systray.h \ 420 systray.h \
420 $(OPIEDIR)/include/qpe/taskbarappletinterface.h 421 $(OPIEDIR)/include/qpe/taskbarappletinterface.h
421 422
422wait.o: wait.cpp \ 423wait.o: wait.cpp \
423 wait.h \ 424 wait.h \
424 $(OPIEDIR)/include/qpe/resource.h 425 $(OPIEDIR)/include/qpe/resource.h
425 426
426shutdownimpl.o: shutdownimpl.cpp \ 427shutdownimpl.o: shutdownimpl.cpp \