gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / .gitignore
... / ...
CommitLineData
1*.diff
2*.patch
3*.orig
4*.rej
5
6*~
7.#*
8*#
9
10*.flt
11*.gmo
12*.info
13*.la
14*.lo
15*.o
16*.pyc
17*.tmp
18*.a
19
20.deps
21.libs
22
23autom4te.cache
24config.cache
25config.h
26config.intl
27config.log
28config.status
29libtool
30POTFILES
31*-POTFILES
32
33TAGS
34TAGS.sub
35
36.local.vimrc
37.lvimrc
38
39.clang-format
40
41.gdbinit
42.gdb_history
43
44perf.data
45perf.data.old
46
47# ignore core files, but not java/net/protocol/core/
48core
49!core/
50
51lost+found
52
53# ignore ./contrib/gcc_update output
54LAST_UPDATED
55REVISION
56
57stamp-*
58*.stamp
59
60# ignore in-tree prerequisites
61/mpfr*
62/mpc*
63/gmp*
64/isl*
This page took 0.021498 seconds and 4 git commands to generate.