diff options
author | Leslie Michael Orchard <l.m.orchard@pobox.com> | 2009-02-17 23:24:10 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-20 16:37:11 -0500 |
commit | 4da4c94678fecb0fbf06eaba0b71d3206eb89377 (patch) | |
tree | b6cbfbc54f507f1afc89343c6a043b4f8d7466d9 | |
parent | 5ec5a22dc75cb8f4d896b41ca24067c68d3e1de6 (diff) |
Ignoring VIM swap files, log files, and httpd.conf
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f2e96d3eb..83a53dfa3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ avatar/* files/* _darcs/* +logs/* config.php .htaccess +httpd.conf *.tmproj dataobject.ini *~ @@ -10,3 +12,4 @@ dataobject.ini *.orig *.rej .#* +*.swp |