diff mbox series

[2/2] libtracefs: Add .gitignore files

Message ID 20210330003048.022837218@goodmis.org (mailing list archive)
State Accepted
Commit 48c0d343e78bddba20efc4aa230ee241c29d92d7
Headers show
Series libtracefs: Some clean ups | expand

Commit Message

Steven Rostedt March 30, 2021, 12:30 a.m. UTC
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

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@goodmis.org>
---
 .gitignore               | 10 ++++++++++
 Documentation/.gitignore |  4 ++++
 2 files changed, 14 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 Documentation/.gitignore
diff mbox series

Patch

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