mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
.gitignore: ignore actmp files
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>
This commit is contained in:
parent
b7cd2813ed
commit
e83cccfe52
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,6 +40,7 @@ INSTALL
|
|||||||
aclocal.m4
|
aclocal.m4
|
||||||
autoconf-[0-9].*
|
autoconf-[0-9].*
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
actmp*
|
||||||
confdefs.h
|
confdefs.h
|
||||||
conftest.dir/
|
conftest.dir/
|
||||||
Makefile
|
Makefile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user