From 3f80f304d7bb48c717d09b3a5c2b8862d0394ad1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Jul 2011 17:19:11 +0200 Subject: Add .gitignore --- .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 0000000..3b9998d --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Compiler/linker output. +# +*.o +*.o.d +*.so +*.a +*.l +*.l.cpp-options + +# Generated documentation. +# +*.pdf +*.ps + +# Generated build system files. +# +*-dynamic.make + +# Generated .gitignore files. +# +.gitignore -- cgit v1.1