summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbertho <bertho>2008-03-17 09:45:44 +0000
committerbertho <bertho>2008-03-17 09:45:44 +0000
commitdcd55372f7a3ad79969852dad30edd9c30a22c5c (patch)
tree0dffbcba35d2c773109f2202872b7727a53d9be6
parent67a74fcabc5700a3f3532eed96cacf19ed4aebc0 (diff)
Add cvs ignore files to hide generated files.
-rw-r--r--libmiav/.cvsignore6
-rw-r--r--miav/.cvsignore11
-rw-r--r--miavd/.cvsignore3
-rw-r--r--src/.cvsignore9
4 files changed, 29 insertions, 0 deletions
diff --git a/libmiav/.cvsignore b/libmiav/.cvsignore
new file mode 100644
index 0000000..f6596b5
--- /dev/null
+++ b/libmiav/.cvsignore
@@ -0,0 +1,6 @@
+*.lo
+.deps
+.libs
+Makefile
+Makefile.in
+libmiav.la
diff --git a/miav/.cvsignore b/miav/.cvsignore
new file mode 100644
index 0000000..502494d
--- /dev/null
+++ b/miav/.cvsignore
@@ -0,0 +1,11 @@
+aboutwindow.moc.cc
+cprquerydialog.moc.cc
+historywidget.moc.cc
+mainwindow.moc.cc
+messagebox.moc.cc
+videowidget.moc.cc
+miav
+.deps
+.libs
+Makefile
+Makefile.in
diff --git a/miavd/.cvsignore b/miavd/.cvsignore
new file mode 100644
index 0000000..e995588
--- /dev/null
+++ b/miavd/.cvsignore
@@ -0,0 +1,3 @@
+.deps
+Makefile
+Makefile.in
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..781c9aa
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,9 @@
+cprquerydialog.moc.cc
+historywidget.moc.cc
+mainwindow.moc.cc
+messagebox.moc.cc
+videowidget.moc.cc
+aboutwindow.moc.cc
+.deps
+Makefile
+Makefile.in