Skip to content

Commit

Permalink
Fix ignores and classpath (openhab#448)
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored and cdjackson committed May 25, 2019
1 parent e3876b8 commit e8e1ecc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
target/
.idea
.DS_Store
*.iml
bin/
*/OSGI-INF/*.xml
target/
**/.settings/org.eclipse.*
6 changes: 6 additions & 0 deletions org.openhab.binding.zigbee/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>

0 comments on commit e8e1ecc

Please sign in to comment.