diff options
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..5658aee --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,27 @@ +/hxdirstamp +/t?-cast +/t?-compile +/t?-deque +/t?-dir +/t?-format +/t?-link +/t?-list +/t?-list2 +/t?-map +/t?-memmem +/t?-misc +/t?-netio +/t?-option +/t?-other +/t?-proc +/t?-rand +/t?-realpath +/t?-shconfig +/t?-strchr2 +/t?-string +/t?-strquote +/t?-time + +# automake tests +*.log +*.trs |