From ecb593ab0133fcf96c5ae260b0e8a299aefdacb4 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 7 Feb 2007 21:34:50 +0100 Subject: [PATCH] .gitignores added --- .gitignore | 14 ++++++++++++++ doc/.gitignore | 3 +++ lang/.gitignore | 1 + ui/.gitignore | 1 + 4 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 doc/.gitignore create mode 100644 lang/.gitignore create mode 100644 ui/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c95e8cb4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +.depend +*.o +*.obj +*.rej +*.orig +*.dll +moc_* +Local.mak +conftest +conftest.c +conftest.log +xca +xca.exe +setup.exe diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..c5e08959 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,3 @@ +*.html +xca.1 +xca.1.gz diff --git a/lang/.gitignore b/lang/.gitignore new file mode 100644 index 00000000..8df47d55 --- /dev/null +++ b/lang/.gitignore @@ -0,0 +1 @@ +*.qm diff --git a/ui/.gitignore b/ui/.gitignore new file mode 100644 index 00000000..424c745c --- /dev/null +++ b/ui/.gitignore @@ -0,0 +1 @@ +*.h