From 417646e9d50d0aa271dd5f1b855905315778704b Mon Sep 17 00:00:00 2001 From: Anton Soldatov <igelhaus@gmail.com> Date: Wed, 9 Apr 2014 22:48:09 +0400 Subject: [PATCH] Added .gitignore --- .gitignore | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2aa98d --- /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 -- GitLab