From: Chet Ramey Date: Tue, 6 Mar 2018 21:03:12 +0000 (-0500) Subject: add .gitignore for developers X-Git-Tag: readline-8.0-alpha~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5bc9008428c924da76052f51dc8923bd3c7bd4d;p=thirdparty%2Freadline.git add .gitignore for developers --- diff --git a/._.gitignore b/._.gitignore new file mode 100644 index 0000000..aa90ec6 Binary files /dev/null and b/._.gitignore differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..be107bb --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +Makefile + +*.o +*.a +*.so +*.sl +*.dll + +config.cache +config.h +config.log +config.status + +doc/Makefile +examples/Makefile +shlib/Makefile + +examples/fileman +examples/hist_erasedups +examples/hist_purgecmd +examples/histexamp +examples/rl +examples/rl-callbacktest +examples/rlbasic +examples/rlcat +examples/rlevent +examples/rltest +examples/rlversion + +libhistory.so.* +libreadline.so.* + +*.dylib + +readline.pc + +stamp-h