From 216a178b283eb35f5088d8788087ffb1efa68995 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 22 Feb 2013 17:05:44 -0500 Subject: [PATCH] Makefile: Distribute .gdbinit --- MANIFEST.SKIP | 1 - Makefile.in | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 5b142934e..0bed3f5f2 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,6 +1,5 @@ ^CVS/ /CVS/ -\.gdbinit$ \.git/ \.svn/ \.(bak|old)/ diff --git a/Makefile.in b/Makefile.in index a813dfe7f..beac5c12b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,6 +121,7 @@ DISTFILES_INC = $(INFOS) .gitignore Artistic COPYING COPYING.LESSER \ include/vltstd/*.[chv]* \ .*attributes */.*attributes */*/.*attributes \ src/.*ignore src/*.in src/*.cpp src/*.[chly] src/astgen src/bisonpre src/*fix \ + src/.gdbinit \ src/*.pl src/*.pod \ test_*/.*ignore test_*/Makefile* test_*/*.cpp \ test_*/*.pl test_*/*.v test_*/*.vc test_*/*.vh \