mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 05:37:51 +00:00
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>
68 lines
656 B
Plaintext
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.*
|