https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=09e300032f03399ded49033ec21c379a76646a83
commit 09e300032f03399ded49033ec21c379a76646a83 Author: Corinna Vinschen <[email protected]> Date: Mon Mar 9 21:55:10 2015 +0100 Add .gitignore Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bda55a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +*.diff +*.patch +*.orig +*.rej + +*~ +.#* +*# + +*.flt +*.gmo +*.info +*.la +*.lo +*.o +*.pyc +*.tmp + +.deps +.libs + +autom4te.cache +config.cache +config.h +config.intl +config.log +config.status +libtool +POTFILES +*-POTFILES + +TAGS +TAGS.sub + +.gdbinit +.gdb_history + +# ignore core files, but not java/net/protocol/core/ +core +!core/ + +lost+found
