diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2018-09-17 22:15:45 -0700 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2018-09-17 22:15:45 -0700 |
commit | a38f41a00e0b6946a24eacf77a022d8ec68adaea (patch) | |
tree | 162bb8888bf1856cedb85d21c4267addd855f434 /test | |
parent | 68d0d603a0d787e5cafb82cde9311dd2c8e226de (diff) | |
download | rails-a38f41a00e0b6946a24eacf77a022d8ec68adaea.tar.gz rails-a38f41a00e0b6946a24eacf77a022d8ec68adaea.tar.bz2 rails-a38f41a00e0b6946a24eacf77a022d8ec68adaea.zip |
Keep the riff raff out
Diffstat (limited to 'test')
-rw-r--r-- | test/dummy/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dummy/.gitignore b/test/dummy/.gitignore new file mode 100644 index 0000000000..dfe3397eab --- /dev/null +++ b/test/dummy/.gitignore @@ -0,0 +1,3 @@ +*.log +*.sqlite3 +tmp/* |