Browse Source

Making gitignore entries absolute with respect to the repository root.

jperras 16 years ago
parent
commit
d94c7c2fe5
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .gitignore

+ 4 - 4
.gitignore

@@ -1,4 +1,4 @@
-app/config
-app/tmp
-plugins
-vendors
+/app/config
+/app/tmp
+/plugins
+/vendors