diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-03-09 21:55:10 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-03-09 21:55:10 +0100 |
commit | 09e300032f03399ded49033ec21c379a76646a83 (patch) | |
tree | 865ae8cccf876a0c6f0330782a5962b9f7b9a133 /.gitignore | |
parent | e479f4ffb78b360cf701735c3e0ab08f01e5c0cc (diff) | |
download | newlib-09e300032f03399ded49033ec21c379a76646a83.zip newlib-09e300032f03399ded49033ec21c379a76646a83.tar.gz newlib-09e300032f03399ded49033ec21c379a76646a83.tar.bz2 |
Add .gitignore
Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 42 |
1 files changed, 42 insertions, 0 deletions
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 |