Closed srl295 closed 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)
That's expected. We use "git.mk" for gitignore management. It should look clean after you "make".
after autogen i 'git' this: