This is an automated email from the ASF dual-hosted git repository. drdub pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git
commit e00ec26a2c4408fce63a4a98072ea4e478f3ce0d Author: Pablo Duboue <[email protected]> AuthorDate: Wed Dec 28 07:39:00 2022 -0500 some git hygiene --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee74880 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +*~ +*.o +*.lo +.deps +.dirstamp +Makefile.in +src/Makefile.in +*.so +aclocal.m4 +config/compile +config/test-driver +configure +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +scriptators/python/pythonnator.py +scriptators/python/uima_wrap.cxx +scriptators/python/uimapywrap.h
