Signed-off-by: Bertrand Jacquin <[email protected]> --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore index 105ab6d..406a7e7 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,15 @@ ltmain.sh m4 missing stamp-h1 -concordance/concordance \ No newline at end of file +concordance/concordance + +## libconcord perl bindings +libconcord/bindings/perl/MYMETA.json +libconcord/bindings/perl/MYMETA.yml +libconcord/bindings/perl/concord.pm +libconcord/bindings/perl/concord_wrap.c +libconcord/bindings/perl/pm_to_blib +libconcord/bindings/perl/blib/ + +## libconcord python bindings +libconcord/bindings/python/build/ -- 1.8.3.2 ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ concordance-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/concordance-devel
