diff options
author | Chris Schlaeger <chris@linux.com> | 2014-06-21 23:02:49 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-06-21 23:02:49 +0200 |
commit | cc72a9807699b95363d0ae58aa5237d982946470 (patch) | |
tree | e120b723992e473de620f29d6d7ba2fcd235e505 /.gitignore | |
download | postrunner-cc72a9807699b95363d0ae58aa5237d982946470.zip |
Adding dump filter
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..31cafb5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +*.gem +*.rbc +.bundle +.config +.yardoc +Gemfile.lock +InstalledFiles +_yardoc +coverage +doc/ +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp +*.bundle +*.so +*.o +*.a +mkmf.log |