harfbuzz / icu-le-hb

ICU Layout Engine API on top of HarfBuzz shaping library
Other
38 stars 23 forks source link

gitignore? #1

Closed srl295 closed 12 years ago

srl295 commented 12 years ago

after autogen i 'git' this:

$ git status
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#   INSTALL
#   Makefile.in
#   aclocal.m4
#   autom4te.cache/
#   config.guess
#   config.log
#   config.sub
#   configure
#   depcomp
#   install-sh
#   ltmain.sh
#   missing
#   src/Makefile.in

nothing added to commit but untracked files present (use "git add" to track)
behdad commented 12 years ago

That's expected. We use "git.mk" for gitignore management. It should look clean after you "make".