From 12be654beb5fa558104378fa46c21a559f35c906 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sun, 16 Aug 2009 10:16:50 +0400 Subject: [PATCH] Added gitignore --- .gitignore | 9 +++++++++ doc/.gitignore | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 doc/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f6ec56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# git-ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ + +*~ +*.fasl diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..b18c9fe --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,12 @@ +*.aux +*.cp +*.fn +*.ky +*.log +*.pdf +*.pg +*.toc +*.tp +*.vr +gobject/ +gtk/ -- 1.7.10.4