Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
Adding some lines from the Moby gitignore

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Sep 18, 2017
1 parent 139fcd3 commit 4e642b2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# if you want to ignore files created by your editor/tools,
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
*.exe
*.exe~
*.orig
.*.swp
.DS_Store
Thumbs.db
# a .bashrc may be added to customize the build environment
.bashrc
.editorconfig
/build/
cli/winresources/rsrc_386.syso
cli/winresources/rsrc_amd64.syso
Expand Down

0 comments on commit 4e642b2

Please sign in to comment.