mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-16 15:56:15 -04:00
Ignore temporary configure files
So if you kill configure, git still should ignore them.
This commit is contained in:
parent
43b69b2aed
commit
8fb08ae924
5
.gitignore
vendored
5
.gitignore
vendored
@ -52,6 +52,11 @@ cscope*
|
||||
## The initial / makes these files only get ignored in particular directories.
|
||||
/autom4te.cache
|
||||
|
||||
# configure in progress
|
||||
/.cyg*
|
||||
/confdefs.*
|
||||
/conftest.*
|
||||
|
||||
# Libtool adds these, at least sometimes
|
||||
/m4/libtool.m4
|
||||
/m4/ltoptions.m4
|
||||
|
Loading…
x
Reference in New Issue
Block a user