aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-04-16 13:17:03 -0500
committerJoshua Peek <josh@joshpeek.com>2008-04-16 13:17:03 -0500
commit9e53b63601ce12fb7e4c8fdb16d5706ea8609d2f (patch)
treef80cae6c6ea06bb8be1bbe1f8c84f552c83c980a /.gitignore
parent745359a49452da34978724144eaa318b8a363e08 (diff)
downloadrails-9e53b63601ce12fb7e4c8fdb16d5706ea8609d2f.tar.gz
rails-9e53b63601ce12fb7e4c8fdb16d5706ea8609d2f.tar.bz2
rails-9e53b63601ce12fb7e4c8fdb16d5706ea8609d2f.zip
Ignore debug logs and ensure ActiveResource's log is cleaned up.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..2bf1ef8c0e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+debug.log \ No newline at end of file