From: Sung-Jin Park Date: Mon, 29 Aug 2016 10:11:08 +0000 (+0900) Subject: add .gbs.conf and .gitignore X-Git-Tag: accepted/tizen/6.5/base/20211028.055833~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=00022bb1a4f6953bab431c40fb5d14857876dd1b;hp=73264e7c55142ea9bc9c2bc7af3d7cdc6b89ac68;p=platform%2Fupstream%2Fmtdev.git add .gbs.conf and .gitignore Change-Id: I990641a6b4bfd561536e205ea27f427efe7bbdc6 --- diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 0000000..99e7cc8 --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,3 @@ +[general] +upstream_branch = upstream +upstream_tag = upstream/${upstreamversion} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f39d5b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,82 @@ +# +# X.Org module default exclusion patterns +# The next section if for module specific patterns +# +# Do not edit the following section +# GNU Build System (Autotools) +aclocal.m4 +autom4te.cache/ +autoscan.log +ChangeLog +compile +config.guess +config.h +config.h.in +config.log +config-ml.in +config.py +config.status +config.status.lineno +config.sub +configure +configure.scan +depcomp +.deps/ +install-sh +.libs/ +libtool +libtool.m4 +ltmain.sh +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +Makefile +Makefile.in +mdate-sh +missing +mkinstalldirs +*.pc +py-compile +stamp-h? +symlink-tree +texinfo.tex +ylwrap + +# Do not edit the following section +# Edit Compile Debug Document Distribute +*~ +*.[0-9] +*.[0-9]x +*.bak +*.bin +core +*.dll +*.exe +*-ISO*.bdf +*-JIS*.bdf +*-KOI8*.bdf +*.kld +*.ko +*.ko.cmd +*.lai +*.l[oa] +*.[oa] +*.obj +*.patch +*.so +*.pcf.gz +*.pdb +*.tar.bz2 +*.tar.gz +# +# Add & Override patterns for mtdev +# +# Edit the following section as needed +# For example, !report.pc overrides *.pc. See 'man gitignore' +# +test/mtdev-test +test/mtdev-mapgen +test/mtdev-matching +test/mtdev-kernel +patches