From b213f685b994c66a9b087a9a48ef900e24bc624f Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 6 Oct 2013 20:11:44 -0400 Subject: substitute $Id$ strings, keep some stuff from getting exported --- .gitattributes | 14 ++++++++++++++ debian/.gitattributes | 1 + zwgc/.gitattributes | 4 ++++ 3 files changed, 19 insertions(+) create mode 100644 .gitattributes create mode 100644 debian/.gitattributes create mode 100644 zwgc/.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b79747c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +*.c ident +*.h ident +*.y ident +*.et ident +*.ct ident +*.py ident +*.1.in ident +*.1 ident +*.8.in ident +*.8 ident +debian export-ignore +.gitignore export-ignore +.gitattributes export-ignore +release export-ignore diff --git a/debian/.gitattributes b/debian/.gitattributes new file mode 100644 index 0000000..9a0df39 --- /dev/null +++ b/debian/.gitattributes @@ -0,0 +1 @@ +zephyr.vars ident diff --git a/zwgc/.gitattributes b/zwgc/.gitattributes new file mode 100644 index 0000000..9fe31b6 --- /dev/null +++ b/zwgc/.gitattributes @@ -0,0 +1,4 @@ +instantiate ident +zwgc_resources ident +zwgc.desc ident +zwgc.el ident -- cgit v1.2.3