mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 12:54:58 +00:00
Merge pull request #861 from dag-erling/des/mkdir-m4
Ensure that the m4 directory always exists.
This commit is contained in:
commit
9134d0d6e0
2 changed files with 1 additions and 1 deletions
1
expat/.gitignore
vendored
1
expat/.gitignore
vendored
|
@ -1,6 +1,5 @@
|
|||
/autom4te.cache/
|
||||
/cmake-build-debug/
|
||||
m4/
|
||||
CMakeFiles/
|
||||
Testing/
|
||||
aclocal.m4
|
||||
|
|
1
expat/m4/.gitignore
vendored
Normal file
1
expat/m4/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/*.m4
|
Loading…
Add table
Reference in a new issue