diff options
author | Thomas White <taw@physics.org> | 2014-08-19 14:22:22 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-08-19 14:47:44 +0200 |
commit | 7ae6605846ecc70c937fca31b2133082aae055df (patch) | |
tree | 00bcacb21248f86caf91a02c55bc5178a52cd27f /lib/.gitignore | |
parent | 1a532028cb2f2df6f12e518bdf6d3425bbb28b08 (diff) |
Use Gnulib forkpty()
Diffstat (limited to 'lib/.gitignore')
-rw-r--r-- | lib/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index c6212df2..fc9f826b 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -6,3 +6,16 @@ warn-on-use.h libgnu.a .deps *.o +*.lo +/msvc-inval.h +/msvc-nothrow.h +/w32sock.h +fcntl.h +pty.h +stdlib.h +unistd.h +sys/ioctl.h +sys/socket.h +sys/types.h +sys/uio.h + |