summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2013-01-10 10:48:46 -0500
committerJason Merrill <jason@gcc.gnu.org>2013-01-10 10:48:46 -0500
commit7900ea7d9948d03167e78a98dbcf9d1b50425b47 (patch)
tree66932ff0f131c9746ccca3f9287064a623ad519b /.gitignore
parentad2e5b71299d16f02eab3600e2ab28665d4aa363 (diff)
downloadgcc-7900ea7d9948d03167e78a98dbcf9d1b50425b47.tar.gz
* .gitignore: Import from gdb repository.
From-SVN: r195087
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore42
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