dCache / nfs4j

Pure Java NFSv3 and NFSv4.2 implementation
Other
240 stars 76 forks source link

add toString() impl to Stat, ignore maven/IDE artifacts #6

Closed radai-rosenblatt closed 10 years ago

radai-rosenblatt commented 10 years ago
  1. Stat.toString() now prints mode in a familiar, readable, form ("drwxrwxrwx"). since IDEs (at least the one im working with?) display toString() return values during debug this becomes very useful. there shouldnt be any effect on production code (as it shouldnt call toString()).
  2. added .gitignore for maven /target directories and intellij idea project directories.
radai-rosenblatt commented 10 years ago

the previous commits have been made into a single commit.