diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-16 07:42:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-16 07:42:13 +0200 |
commit | 9cce004234838754b8bd7776b4ed37686c9a17c2 (patch) | |
tree | fe1745f351307fb3cab4a4c7c2cf57fd5687199f /.gitignore |
Add standard initial files1.7.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
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 |