summaryrefslogtreecommitdiffstats
path: root/c/src/libfs/.cvsignore
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 14:21:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 14:21:42 +0000
commitc31deebf76eaace234811de5a161a027b2cc489d (patch)
tree400728b50d8dff767016173c3ded21612ed78681 /c/src/libfs/.cvsignore
parent2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c31deebf76eaace234811de5a161a027b2cc489d.tar.bz2
2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Addressing PR 140. * src/dosfs/config.h.in: Removed. * src/dosfs/stamp-h2.in: Removed. * .cvsignore: Add config.h*, stamp-h*. * configure.ac: Remove AC_SRC_DIR(.../dosfs.h). Remove AM_CONFIG_HEADER(src/dosfs/config.h). Remove AM_CONFIG_HEADER(src/imfs/config.h). Add AM_CONFIG_HEADER(config.h). * src/dosfs/Makefile.am: INCLUDES = -I../.. . * src/imfs/Makefile.am: INCLUDES = -I../.. .
Diffstat (limited to 'c/src/libfs/.cvsignore')
-rw-r--r--c/src/libfs/.cvsignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/libfs/.cvsignore b/c/src/libfs/.cvsignore
index d29e5050f5..ea6e093b99 100644
--- a/c/src/libfs/.cvsignore
+++ b/c/src/libfs/.cvsignore
@@ -12,3 +12,5 @@ depcomp
install-sh
missing
mkinstalldirs
+config.h*
+stamp-h*