diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-05-06 15:17:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-05-06 15:17:49 +0200 |
commit | af57ba0beeec0154ad61684c18a2ad1439852d91 (patch) | |
tree | dcdbaba324cb6cff8c2303ba4200a45a920b8765 /.gitignore |
Add root .gitignore
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 |