diff mbox series

[1/2] ksmbd-tools: add .gitignore

Message ID 20220326003559.5608-1-linkinjeon@kernel.org
State New
Headers show
Series [1/2] ksmbd-tools: add .gitignore | expand

Commit Message

Namjae Jeon March 26, 2022, 12:35 a.m. UTC
From: "Leonidas P. Papadakos" <papadakospan@gmail.com>

Signed-off-by: Leonidas P. Papadakos <papadakospan@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
---
 .gitignore | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 80 insertions(+)
 create mode 100644 .gitignore
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..44f1d29
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,80 @@ 
+# automake
+
+Makefile.in
+/ar-lib
+/mdate-sh
+/py-compile
+/test-driver
+/ylwrap
+.deps/
+.dirstamp
+
+# autoconf
+
+autom4te.cache
+build-aux
+/autoscan.log
+/autoscan-*.log
+/aclocal.m4
+/compile
+/config.cache
+/config.guess
+/config.h.in
+/config.h
+/config.log
+/config.status
+/config.sub
+/configure
+/configure.scan
+/depcomp
+/install-sh
+/missing
+/stamp-h1
+
+# libtool
+
+/libtool
+/ltmain.sh
+
+# texinfo
+
+/texinfo.tex
+
+# m4
+
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+
+# Generated by autotools
+Makefile
+
+# Prerequisites
+*.d
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Executables
+ksmbd.*
+ksmbdctl