summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-02-14 04:09:36 (UTC)
committer llornkcor <llornkcor>2002-02-14 04:09:36 (UTC)
commit44e62a185313ab7492b20c17e8ed386ee3f40523 (patch) (unidiff)
treea72d7edf41e5cb933fc9ee77403ca8ab3e959b2a
parentef6994a31a991517f4750f3dacc62f9717bd5f4e (diff)
downloadopie-44e62a185313ab7492b20c17e8ed386ee3f40523.zip
opie-44e62a185313ab7492b20c17e8ed386ee3f40523.tar.gz
opie-44e62a185313ab7492b20c17e8ed386ee3f40523.tar.bz2
.cvsignore
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
@@ -386,49 +386,50 @@ taskbar.o: taskbar.cpp \
386 $(OPIEDIR)/include/qpe/qdawg.h 386 $(OPIEDIR)/include/qpe/qdawg.h
387 387
388sidething.o: sidething.cpp \ 388sidething.o: sidething.cpp \
389 sidething.h \ 389 sidething.h \
390 startmenu.h \ 390 startmenu.h \
391 $(OPIEDIR)/include/qpe/resource.h 391 $(OPIEDIR)/include/qpe/resource.h
392 392
393mrulist.o: mrulist.cpp \ 393mrulist.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 \
427 shutdownimpl.h \ 428 shutdownimpl.h \
428 shutdown.h \ 429 shutdown.h \
429 $(OPIEDIR)/include/qpe/global.h 430 $(OPIEDIR)/include/qpe/global.h
430 431
431launcher.o: launcher.cpp \ 432launcher.o: launcher.cpp \
432 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 433 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
433 $(OPIEDIR)/include/qpe/resource.h \ 434 $(OPIEDIR)/include/qpe/resource.h \
434 $(OPIEDIR)/include/qpe/applnk.h \ 435 $(OPIEDIR)/include/qpe/applnk.h \