diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,7 +1,7 @@ # Autotools -#/configure +/configure /config.h -#/config.h.in +/config.h.in /config.log /config.status /config @@ -14,8 +14,9 @@ *.lo *.a *.o -makefile -#makefile.in +Makefile +Makefile.in +doc/Doxyfile /teco # OpenWatcom build system |
