Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 1/2] ksmbd-tools: add .gitignore
@ 2022-03-26  0:35 Namjae Jeon
  2022-03-26  0:35 ` [PATCH 2/2] ksmbd-tools: accept global share options Namjae Jeon
  0 siblings, 1 reply; 2+ messages in thread
From: Namjae Jeon @ 2022-03-26  0:35 UTC (permalink / raw)
  To: linux-cifs; +Cc: Leonidas P. Papadakos, Namjae Jeon

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 --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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-26  0:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-26  0:35 [PATCH 1/2] ksmbd-tools: add .gitignore Namjae Jeon
2022-03-26  0:35 ` [PATCH 2/2] ksmbd-tools: accept global share options Namjae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox