Skip to content
Snippets Groups Projects
Commit e006ef83 authored by Martijn Dekker's avatar Martijn Dekker Committed by Herbert Xu
Browse files

shell: provide .gitignore


Here's a .gitignore file for the convenience of casual git users.

- M.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 9ee33439
No related branches found
No related tags found
No related merge requests found
# .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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment