From aad11459c46eb4b792a3d3955e8b77074d0dcc53 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Sun, 12 Jun 2016 01:09:40 +0200 Subject: [PATCH] Moved Windows specific ast_common.h Removed this file from .gitignore, because it must stay under version control. --- .gitignore | 1 - windows/{ => include}/ast_common.h | 0 2 files changed, 1 deletion(-) rename windows/{ => include}/ast_common.h (100%) diff --git a/.gitignore b/.gitignore index 56e7d0d2f..df41b0c44 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,6 @@ doxygen INSTALL aclocal.m4 version.m4 -ast_common.h builddate.h stamp-h1 FEATURE diff --git a/windows/ast_common.h b/windows/include/ast_common.h similarity index 100% rename from windows/ast_common.h rename to windows/include/ast_common.h -- 2.50.1