diff options
| author | St33v <github@f3rr3t.com> | 2016-12-30 14:06:11 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2016-12-30 14:06:11 +1100 |
| commit | ccadaa014602cbac5f99cb627b078803df9ff531 (patch) | |
| tree | f34fed6faa01382e8548ec25062f6a522d26364f /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae2ad53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +/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 +/_eumm/ |
