github.com/tsuyoshiwada/git-prout@v0.0.0-20170402150409-5c51421d4bdb/.gitignore (about) 1 # Created by https://www.gitignore.io/api/go,osx,macos 2 3 ### Go ### 4 # Binaries for programs and plugins 5 *.exe 6 *.dll 7 *.so 8 *.dylib 9 10 # Test binary, build with `go test -c` 11 *.test 12 13 # Output of the go coverage tool, specifically when used with LiteIDE 14 *.out 15 16 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 17 .glide/ 18 19 ### macOS ### 20 *.DS_Store 21 .AppleDouble 22 .LSOverride 23 24 # Icon must end with two \r 25 Icon 26 27 28 # Thumbnails 29 ._* 30 31 # Files that might appear in the root of a volume 32 .DocumentRevisions-V100 33 .fseventsd 34 .Spotlight-V100 35 .TemporaryItems 36 .Trashes 37 .VolumeIcon.icns 38 .com.apple.timemachine.donotpresent 39 40 # Directories potentially created on remote AFP share 41 .AppleDB 42 .AppleDesktop 43 Network Trash Folder 44 Temporary Items 45 .apdisk 46 47 ### OSX ### 48 49 # Icon must end with two \r 50 51 52 # Thumbnails 53 54 # Files that might appear in the root of a volume 55 56 # Directories potentially created on remote AFP share 57 58 # End of https://www.gitignore.io/api/go,osx,macos