From d09acb7283a99894726a1755951521f803d917c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rog=C3=A9rio=20Brito?= Date: Sun, 3 Nov 2013 10:45:51 -0200 Subject: [PATCH] gitignore: Add list of files to ignore. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore 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 -- 2.30.2