diff options
-rw-r--r-- | .gitignore | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,5 +1,10 @@ | |||
1 | # Ignore data/, tmp/, cache/ and pagecache/ | 1 | # Ignore data/, tmp/, cache/ and pagecache/ |
2 | data/ | 2 | data |
3 | tmp/ | 3 | tmp |
4 | cache/ | 4 | cache |
5 | pagecache/ | 5 | pagecache |
6 | |||
7 | # Eclipse project files | ||
8 | .settings | ||
9 | .buildpath | ||
10 | .project \ No newline at end of file | ||