From d644d4e14e4c9f093c009e42b1ae0b1f89b5e756 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Fri, 8 Jun 2012 16:26:21 +0100 Subject: Add .gitignore files for an in-source-tree build. Tell git to ignore files generated by a build inside the source tree. --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..4873702a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.5 +*.8 +*.d +*.o +*.pc +*.pot + +.export.sym +.gdb_history + +Makefile +make.tmpl + +configure.h +version.h + +/autom4te.cache/ +/config.log +/config.status +/cscope.out +/tmp/ -- cgit v1.2.1