diff options
author | Mathieu Chabanon <git@matchab.fr> | 2013-03-10 14:16:29 +0100 |
---|---|---|
committer | Mathieu Chabanon <git@matchab.fr> | 2013-03-10 14:16:29 +0100 |
commit | 6e330f2225c41cee4a8296913b1c02cf9b380212 (patch) | |
tree | ca3af33bc877bce9f7ef4402d83f5c7b2c3702ae | |
parent | cb49ab945f9fe33d2ceb05c97bc2ddbdbcccc7c2 (diff) | |
download | Shaarli-6e330f2225c41cee4a8296913b1c02cf9b380212.tar.gz Shaarli-6e330f2225c41cee4a8296913b1c02cf9b380212.tar.zst Shaarli-6e330f2225c41cee4a8296913b1c02cf9b380212.zip |
Ingore Eclipse project files
-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 | ||