Skip to content

Commit

Permalink
Merge pull request #222 from tisba/patch-4
Browse files Browse the repository at this point in the history
Add test and build artifacts to gitignore
  • Loading branch information
nniclausse committed Feb 15, 2017
2 parents d98c21b + 5a8604f commit 571c04b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,39 @@ aclocal.m4
configure
install-sh
stamp-*

# make test artifacts
ebin-test/
cover_report/

TEST-ts_test_all.xml
badpop.xml
http_distributed.xml
http_simple.xml
jabber.xml
jabber_muc.xml
pgsql.xml
src/test/badpop.xml
src/test/thinkfirst.xml
src/test/usersdb.csv
src/test/xmpp-muc.xml
test_case.xml
thinkfirst.xml
xmpp-muc.xml


# build artifacts
Makefile
config.log
config.status
src/log2tsung.pl
src/tsung-plotter/tsplot.py
src/tsung-rrd.pl
src/tsung/tsung.app
src/tsung_controller/tsung_controller.app
src/tsung_percentile.pl
src/tsung_recorder/tsung_recorder.app
src/tsung_stats.pl
tsung-recorder.sh
tsung.sh
tsung.spec

0 comments on commit 571c04b

Please sign in to comment.