diff options
author | root <root@plantard.controlezvous.ca> | 2009-01-06 23:07:30 +0000 |
---|---|---|
committer | root <root@plantard.controlezvous.ca> | 2009-01-06 23:07:30 +0000 |
commit | e67affdbbcdcaa9f43750389922b802d0b425ddb (patch) | |
tree | 7df2d1a7896a82ce72713fe44192da00587d1417 | |
parent | 11351ea90d63f6621cc00909dc02877b4096f59b (diff) |
Correct syntax in .gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 38e2fb33a..a12f1f99e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -^avatar/* -^files/* +avatar/* +files/* config.php .htaccess |