diff mbox

provide .gitignore

Message ID 28b8b902-b202-bc5a-fbfb-5d21dc9c7aa8@inlv.org (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show

Commit Message

Martijn Dekker March 10, 2018, 3:21 p.m. UTC
Here's a .gitignore file for the convenience of casual git users.

- M.

--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Herbert Xu March 21, 2018, 4:33 p.m. UTC | #1
Martijn Dekker <martijn@inlv.org> wrote:
> Here's a .gitignore file for the convenience of casual git users.

Patch applied.  Thanks.
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..579bd47
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,41 @@ 
+# .gitignore for dash
+
+# generated by autogen.sh
+Makefile.in
+/aclocal.m4
+/autom4te.cache/
+/compile
+/config.h.in
+/configure
+/depcomp
+/install-sh
+/missing
+
+# generated by configure
+Makefile
+/config.cache
+/config.h
+/config.log
+/config.status
+/src/.deps/
+/stamp-h1
+
+# generated by make
+/src/token_vars.h
+
+# Apple debug symbol bundles
+*.dSYM/
+
+# backups and patch artefacts
+*~
+*.bak
+*.orig
+*.rej
+
+# OS generated files
+.DS_Store
+.DS_Store?
+._*
+.Spotlight*
+.Trash*
+*[Tt]humbs.db