Skip to content

Commit

Permalink
Add lib to .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
cluther committed Mar 2, 2013
1 parent 1a179e4 commit d56e851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ build:
# Build zenoss-jmx-notification-listener.
cd $(JMXNL_DIR) ; \
mvn package ; \
mkdir -p $(LIB_DIR) ; \
cp target/zenoss-jmx-notification-listener-*.jar $(LIB_DIR)

# Copy configuration files into ZenPack's lib directory.
Expand Down
1 change: 1 addition & 0 deletions ZenPacks/zenoss/JMXNotificationListener/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib

0 comments on commit d56e851

Please sign in to comment.