#174 update .gitignore to ignore config.log
Closed 7 years ago by zym. Opened 7 years ago by zym.
https://github.com/mingzym/bind-dyndb-ldap.git gitignore  into  master

ignore config.log
Zhao Yongming • 7 years ago  
.gitignore
file modified
+2
@@ -21,6 +21,8 @@

  /m4

  /missing

  

+ /config.log

+ 

  # Eclipse

  .project

  .cproject

no initial comment

just update .gitignore to ignore config.log, nothing magic.

Could you plase open the PR on GitHub? I forgot to turn off PR in this repo.

Also, if we're fixing this, all in-tree build artifacts should be added to gitignore. Something like:

/config.h
/config.log
/config.status
/libtool
Makefile
.deps/
stamp-h1

Pull-Request has been closed by zym

7 years ago
Metadata