diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..f2aa98df652107421d9b647469e0abf3e67277fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,62 @@ +# +# https://raw.githubusercontent.com/github/gitignore/master/Global/OSX.gitignore +# + +.DS_Store +.AppleDouble +.LSOverride + +# Icon must ends with two \r. +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items + +# +# https://raw.githubusercontent.com/github/gitignore/master/Global/SublimeText.gitignore +# + +# workspace files are user-specific +*.sublime-workspace + +# project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using SublimeText +# *.sublime-project + +#sftp configuration file +sftp-config.json + +# +# https://raw.githubusercontent.com/github/gitignore/master/Perl.gitignore +# + +/blib/ +/.build/ +_build/ +cover_db/ +inc/ +Build +!Build/ +Build.bat +.last_cover_stats +/Makefile +/Makefile.old +/MANIFEST.bak +/META.yml +/META.json +/MYMETA.* +nytprof.out +/pm_to_blib +*.o +*.bs