nilfs-utils/.gitignore
Ryusuke Konishi 7a1a09ea10 nilfs-utils: fix autoreconf error due to lack of m4 directory
Autoreconf gets the following error if m4 directory is not present.

  aclocal: couldn't open directory 'm4': No such file or directory

This fixes the error by adding m4/.gitignore file which lets the git
tool ignore m4/*.m4 files keeping the m4 directory.

Reported-by: Michael Shigorin <mike@altlinux.ru>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
2011-06-24 01:57:14 +09:00

68 lines
656 B
Plaintext

#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.log
*~
*.o
*.a
*.s
*.lo
*.la
*.so
*.so.dbg
*.mod.c
*.lst
*.orig
*.rej
CVS
!.gitignore
tags
TAGS
GPATH
GRTAGS
GSYMS
GTAGS
#
# Generated files
#
compile
install-sh
missing
depcomp
INSTALL
aclocal.m4
autoconf-[0-9].*
autom4te.cache
Makefile
Makefile.in
config.guess
config.h.in
config.h
config.sub
config.cache
config.log
config.status
configure
configure.scan
ltmain.sh
libtool
stamp-h
stamp-h1
# stgit generated dirs
patches-*
# quilt's files
patches
series
# cscope files
cscope.*