diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-17 19:34:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-11-17 19:34:59 +0000 |
commit | 8c21d9c72e3c7a520d32d1593a99a7c2a736f258 (patch) | |
tree | ad1cded95436feb7d9e35fb0eb9c54ebefb51ce1 /.gitignore | |
parent | 5c32d34406d29ca618c0d72ff509efaee8b7fb39 (diff) | |
download | gdb-8c21d9c72e3c7a520d32d1593a99a7c2a736f258.zip gdb-8c21d9c72e3c7a520d32d1593a99a7c2a736f258.tar.gz gdb-8c21d9c72e3c7a520d32d1593a99a7c2a736f258.tar.bz2 |
start a gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc1bf3f --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +*.diff +*.patch +*.orig +*.rej + +*~ +*.a +*.flt +*.gdb +*.gmo +*.info +*.la +*.lo +*.o +*.tmp + +.deps +.libs + +autom4te.cache +config.cache +config.h +config.intl +config.log +config.status +libtool +Makefile +stamp-* +POTFILES +*-POTFILES +*/po/Makefile.in + +.gdbinit +.gdb_history +core + +lost+found + +*.log +*.sum |