Skip to content

Commit

Permalink
Ignore log/ directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Feb 24, 2013
1 parent 103873d commit 8d1b18e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ webui/*.log
/documentation/sup_tree_20110106.png
.eunit/
/etorrent_dialyzer.plt
log/*
# Common tests
/test/etorrent_SUITE_data/test_file_30M.random
/test/etorrent_SUITE_data/test_file_30M.random.torrent
Expand Down
10 changes: 10 additions & 0 deletions start-dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
cd `dirname $0`

# NOTE: mustache templates need \ because they are not awesome.
exec erl -pa $PWD/ebin edit $PWD/deps/*/ebin \
-boot start_sasl \
-sname etorrent \
-s etorrent_app \
-config ~/.config/etorrent

0 comments on commit 8d1b18e

Please sign in to comment.