diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-10 15:48:46 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-10 15:48:46 +0000 |
commit | 892c24269b60c3a2fb83d97ce1f4300806e9137b (patch) | |
tree | 66932ff0f131c9746ccca3f9287064a623ad519b /.gitignore | |
parent | f4146cb82d6d9daaea36b5ca99857f3d863d3561 (diff) | |
download | gcc-892c24269b60c3a2fb83d97ce1f4300806e9137b.tar.gz |
* .gitignore: Import from gdb repository.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195087 138bc75d-0d04-0410-961f-82ee72b054a4
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 00000000000..bda55a38399 --- /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 |