diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-27 12:40:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-27 12:40:11 +0000 |
commit | 965b6fabd36d23cf68bd33c48b64d651332aa035 (patch) | |
tree | d205f3dff8556b528dde8cc37d6d70850c967e82 /.gitignore | |
parent | 31f6502b2c865373ad4ccad71d4c302d4d799236 (diff) | |
download | execline-965b6fabd36d23cf68bd33c48b64d651332aa035.tar.xz |
Prepare for 2.3.0.4
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 56 |
1 files changed, 51 insertions, 5 deletions
@@ -1,7 +1,53 @@ *.o -*.a +/*.a.xyzzy *.lo -*.so -*.so.* -config.mak -src/include/execline/config.h +/*.so.xyzzy +/config.mak +/src/include/execline/config.h +/background +/backtick +/cd +/define +/dollarat +/elgetopt +/elgetpositionals +/elglob +/emptyenv +/exec +/execlineb +/exit +/export +/fdblock +/fdclose +/fdmove +/fdswap +/fdreserve +/forbacktickx +/foreground +/forstdin +/forx +/getcwd +/getpid +/heredoc +/homeof +/if +/ifelse +/ifte +/ifthenelse +/import +/importas +/loopwhilex +/multidefine +/multisubstitute +/pipeline +/piperw +/redirfd +/runblock +/shift +/trap +/tryexec +/umask +/unexport +/wait +/withstdinas + |