diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-08-23 09:07:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-08-23 09:07:24 +0200 |
commit | ea701bb82c45b2ebadc390ec77fd9dac14ea9043 (patch) | |
tree | dcdbaba324cb6cff8c2303ba4200a45a920b8765 |
Add root .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 |