From f5c6310f5c11b4cb4a752be9c989df8bce173aa8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Feb 2009 09:49:00 +0200 Subject: Add root .gitignore file --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5396180 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Compiler/linker output. +# +*.o +*.o.d +*.so +*.a +*.l +*.l.cpp-options + +# Generated build system files. +# +*-dynamic.make + +# Generated .gitignore files. +# +.gitignore -- cgit v1.1