projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf402d
)
Sync the root .gitignore file with GCC's.
author
Joel Brobecker
<brobecker@gnat.com>
Fri, 11 Jan 2013 15:17:35 +0000
(15:17 +0000)
committer
Joel Brobecker
<brobecker@gnat.com>
Fri, 11 Jan 2013 15:17:35 +0000
(15:17 +0000)
.gitignore
patch
|
blob
|
history
ChangeLog
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index dc1bf3f11bbe6ce3c52dbc60b3f2425bd606828f..bda55a383990eecd0fa7b5801bff81fbf192f823 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-4,14
+4,16
@@
*.rej
*~
-*.a
+.#*
+*#
+
*.flt
-*.gdb
*.gmo
*.info
*.la
*.lo
*.o
+*.pyc
*.tmp
.deps
@@
-24,17
+26,17
@@
config.intl
config.log
config.status
libtool
-Makefile
-stamp-*
POTFILES
*-POTFILES
-*/po/Makefile.in
+
+TAGS
+TAGS.sub
.gdbinit
.gdb_history
+
+# ignore core files, but not java/net/protocol/core/
core
+!core/
lost+found
-
-*.log
-*.sum
diff --git
a/ChangeLog
b/ChangeLog
index e285ca9f24bb9fcc07b2c62e93f07d75b39128f8..7b5868838741fe8ed79dd9627cbbcda0e8bc8b28 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,11
@@
+2013-01-11 Joel Brobecker <brobecker@adacore.com>
+
+ Sync with GCC, merge:
+
+ 2013-01-09 Jason Merrill <jason@redhat.com>
+
+ * .gitignore: Import from gdb repository.
+
2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config.sub: Update from config repo.