cef2097a87
"perf record" creates files perf.data/perf.data.old; these can be safely ignored in .gitignore, to avoid showing up in git status. ChangeLog: 2019-12-26 Christian Biesinger <cbiesinger@google.com> * .gitignore: Add perf.data and perf.data.old. Change-Id: I214ae9d6b7265c2cb1356f11c9b0b82e2b391352
65 lines
517 B
Plaintext
65 lines
517 B
Plaintext
*.diff
|
|
*.patch
|
|
*.orig
|
|
*.rej
|
|
|
|
*~
|
|
.#*
|
|
*#
|
|
|
|
*.flt
|
|
*.gmo
|
|
*.info
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
*.pyc
|
|
*.tmp
|
|
*.a
|
|
|
|
.deps
|
|
.libs
|
|
|
|
autom4te.cache
|
|
config.cache
|
|
config.h
|
|
config.intl
|
|
config.log
|
|
config.status
|
|
libtool
|
|
POTFILES
|
|
*-POTFILES
|
|
|
|
TAGS
|
|
TAGS.sub
|
|
|
|
.local.vimrc
|
|
.lvimrc
|
|
|
|
.clang-format
|
|
|
|
.gdbinit
|
|
.gdb_history
|
|
|
|
perf.data
|
|
perf.data.old
|
|
|
|
# ignore core files, but not java/net/protocol/core/
|
|
core
|
|
!core/
|
|
|
|
lost+found
|
|
|
|
# ignore ./contrib/gcc_update output
|
|
LAST_UPDATED
|
|
REVISION
|
|
|
|
stamp-*
|
|
*.stamp
|
|
|
|
# ignore in-tree prerequisites
|
|
/mpfr*
|
|
/mpc*
|
|
/gmp*
|
|
/isl*
|