From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Add .gitignore files to remove backup files from vim and emacs, as well as created files for installing and for documentation. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- .gitignore | 10 ++++++++++ Documentation/.gitignore | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 Documentation/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..d2d39fbda7c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*~ +\#*\# +.pc +libtracefs.pc +TAGS +tags +lib/ +patches/ +build_prefix +build_uninstall diff --git a/Documentation/.gitignore b/Documentation/.gitignore new file mode 100644 index 000000000000..747b2584d55b --- /dev/null +++ b/Documentation/.gitignore @@ -0,0 +1,4 @@ +*.3 +*.m +*.xml +*.html -- 2.30.1