From c5e4187590f37e9524a8e3fcb2bccb20f2e8b4eb Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 18 Apr 2011 17:45:50 +0200 Subject: Add Git version string support. Introduce a script to auto-generate version strings. Use `git describe` to create descriptive version strings when building from a Git checkout, use ".version" files for release tarballs. Signed-off-by: Lukas Fleischer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dfeb327..318e79f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ depcomp install-sh missing stamp-h1 +.version autom4te.cache/ m4/ -- cgit v1.2.3-54-g00ecf