.gitignore 787 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. PERF-CFLAGS
  3. PERF-GUI-VARS
  4. PERF-VERSION-FILE
  5. FEATURE-DUMP
  6. perf
  7. !include/perf/
  8. perf-read-vdso32
  9. perf-read-vdsox32
  10. perf-help
  11. perf-record
  12. perf-report
  13. perf-stat
  14. perf-top
  15. perf*.1
  16. perf*.xml
  17. perf*.html
  18. common-cmds.h
  19. perf*.data
  20. perf*.data.old
  21. output.svg
  22. perf-archive
  23. perf-iostat
  24. tags
  25. TAGS
  26. stats-*.csv
  27. cscope*
  28. config.mak
  29. config.mak.autogen
  30. *-bison.*
  31. *-flex.*
  32. *.pyc
  33. *.pyo
  34. *.stdout
  35. .config-detected
  36. util/intel-pt-decoder/inat-tables.c
  37. arch/*/include/generated/
  38. trace/beauty/generated/
  39. pmu-events/pmu-events.c
  40. pmu-events/jevents
  41. pmu-events/metric_test.log
  42. tests/shell/*.shellcheck_log
  43. tests/shell/coresight/*.shellcheck_log
  44. tests/shell/lib/*.shellcheck_log
  45. feature/
  46. libapi/
  47. libbpf/
  48. libperf/
  49. libsubcmd/
  50. libsymbol/
  51. fixdep
  52. Documentation/doc.dep
  53. python_ext_build/