From 74e6f9776ae79bf261df38bc757d46e00b9b727a Mon Sep 17 00:00:00 2001 From: Sean Rhea Date: Sun, 20 Sep 2009 11:04:47 -0700 Subject: [PATCH] add .gitignore files for qwt --- qwt/.gitignore | 1 + qwt/designer/.gitignore | 4 ++++ qwt/src/.gitignore | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 qwt/.gitignore create mode 100644 qwt/designer/.gitignore create mode 100644 qwt/src/.gitignore diff --git a/qwt/.gitignore b/qwt/.gitignore new file mode 100644 index 000000000..a65b41774 --- /dev/null +++ b/qwt/.gitignore @@ -0,0 +1 @@ +lib diff --git a/qwt/designer/.gitignore b/qwt/designer/.gitignore new file mode 100644 index 000000000..f30057983 --- /dev/null +++ b/qwt/designer/.gitignore @@ -0,0 +1,4 @@ +moc +obj +plugins +resources diff --git a/qwt/src/.gitignore b/qwt/src/.gitignore new file mode 100644 index 000000000..b981566f7 --- /dev/null +++ b/qwt/src/.gitignore @@ -0,0 +1,2 @@ +moc +obj