diff options
author | tbuehlmann <tobias.buehlmann@gmx.de> | 2013-02-03 09:29:36 +0100 |
---|---|---|
committer | tbuehlmann <tobias.buehlmann@gmx.de> | 2013-02-03 09:29:36 +0100 |
commit | 03c619322017a60c27b516a925a75c2c5dc8c2dd (patch) | |
tree | 5333d0a907386827e3f2837a33aa1ae0d4d675e2 | |
parent | eb57711fa1538d71dd9dba833089e8b07bd3cf45 (diff) |
Added .gitignore.
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d87d4be --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*.gem +*.rbc +.bundle +.config +.yardoc +Gemfile.lock +InstalledFiles +_yardoc +coverage +doc/ +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp |