From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> Update the .gitignore file with the following items: For quilt: .pc patches Editors: .#* Generated: libtraceevent.pc lib/ Generated in utest: trace-utest Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- .gitignore | 5 +++++ utest/.gitignore | 1 + 2 files changed, 6 insertions(+) create mode 100644 utest/.gitignore diff --git a/.gitignore b/.gitignore index e203d72beadf..39a013b29343 100644 --- a/.gitignore +++ b/.gitignore @@ -2,12 +2,17 @@ TRACEEVENT-CFLAGS libtraceevent-dynamic-list libtraceevent.so.* +.pc +patches *.o build_prefix build_uninstall *~ \#*\# +.#* *.cmd *.so .*.d ep_version.h +libtraceevent.pc +lib/ diff --git a/utest/.gitignore b/utest/.gitignore new file mode 100644 index 000000000000..3620cd04bd42 --- /dev/null +++ b/utest/.gitignore @@ -0,0 +1 @@ +trace-utest -- 2.35.1