Added some OSX filesystem dust to gitignore and fixed pom.xml comment

This commit is contained in:
zml2008 2011-11-30 19:01:05 -08:00
parent 8b4332e842
commit 0829070c67
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
.settings
target
.DS_Store

View File

@ -1,7 +1,7 @@
<!--
Maven build file for WorldGuard
Copyright (c) 2011 sk89q <http://www.sk89q.com>
CommandBook is available under the GNU General Public License v3
WorldGuard is available under the GNU General Public License v3
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -189,4 +189,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>