Skip to content

Commit

Permalink
added .gitignore
Browse files Browse the repository at this point in the history
complet move from SVN to GIT
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed Jan 14, 2016
1 parent 3537f71 commit d6ce6eb
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 1 deletion.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
ChangeLog
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
docs/Makefile
docs/Makefile.in
example/Makefile
example/Makefile.in
include/Makefile
include/Makefile.in
include/mbt/Makefile
include/mbt/Makefile.in
install-sh
libtool
ltmain.sh
m4/
mbt.pc
missing
src/.deps/
src/.libs/
src/*.lo
src/*.o
src/Makefile
src/Makefile.in
src/convert
src/libmbt.la
src/mbt
src/mbtg
src/simple.setting
src/simpletest
src/simpletest.log
src/simpletest.trs
src/test-suite.log
stamp-h1
test-driver
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = mbt.pc

ChangeLog: NEWS
svn update; svn2cl --include-rev
git pull; git2cl > ChangeLog
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
mbt version 3.2.15 2016-01-14
[Ko van der Sloot]
* repository moved to GitHub
* added Travis support
* fixed storing path in settingsfile (don't!)
* when desired, generate a frequencylist of the tags
* use more ticcutils stuff (ComandLine)
* better sentence reading and warnings
* code cleanup an small fixes

mbt version 3.2.12 2014-09-23
[Ko van der Sloot]
* release
Expand Down

0 comments on commit d6ce6eb

Please sign in to comment.