From: Rogério Brito Date: Sun, 3 Nov 2013 12:45:51 +0000 (-0200) Subject: gitignore: Add list of files to ignore. X-Git-Tag: v0.5.1~9^2 X-Git-Url: http://git.ieval.ro/?p=fdkaac.git;a=commitdiff_plain;h=d09acb7283a99894726a1755951521f803d917c8 gitignore: Add list of files to ignore. All of these files are generated by autotools or by the compilation and they do not belong in a version control. Signed-off-by: Rogério Brito --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d3d9fe --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +*.o +*~ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +missing +missings/.deps/ +src/.deps/ +src/.dirstamp +stamp-h1 +fdkaac