From e982b9121dcd375b8c47dce04702f664cf63a3f6 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Sun, 14 May 2017 06:55:56 +1000 Subject: [PATCH] Automatically replace $Id$ with Git SHA1 checksum of a file --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..983d56a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +Makefile.am ident +/configure.ac ident +/build-aux/bootstrap ident +/doc/trader.* ident +/po/LINGUAS ident +/po/Makevars ident +/po/POTFILES.in ident +/src/*.c ident +/src/*.h ident