From c4ef0eac1d2d5e5f794daf0d0d21ff82dd1ee143 Mon Sep 17 00:00:00 2001 From: Sean Callan Date: Tue, 18 Jul 2017 00:29:17 -0600 Subject: [PATCH] Add OSX and vim files to ignore --- .gitignore | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 38d155f..ec63485 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,55 @@ + +# Created by https://www.gitignore.io/api/elixir,osx,vim + +### Elixir ### /_build /cover /deps erl_crash.dump *.ez +*.beam + +### Elixir Patch ### /doc +### OSX ### +*.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### Vim ### +# swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] +# session +Session.vim +# temporary +.netrwhist +*~ +# auto-generated tag files +tags -# IntelliJ IDEA files -/.idea -/ueberauthgithub.iml +# End of https://www.gitignore.io/api/elixir,osx,vim