mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
Add "actmp*" to .gitignore. These are temporary files created by autom4te (used by autoconf) during the build configuration process. While they are usually removed automatically, they may persist if the process is interrupted or terminated unexpectedly. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
74 lines
717 B
Plaintext
74 lines
717 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
|
|
actmp*
|
|
confdefs.h
|
|
conftest.dir/
|
|
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
|
|
|
|
# Package config files
|
|
*.pc
|
|
|
|
# stgit generated dirs
|
|
patches-*
|
|
|
|
# quilt's files
|
|
patches
|
|
series
|
|
|
|
# cscope files
|
|
cscope.*
|