diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-04 16:44:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-04 16:44:07 +0200 |
commit | 19fae01ca697a0b2645409b2add5b774e92734b5 (patch) | |
tree | 814db2d9e9956659870f0085880df553d8d006b0 /.gitignore | |
parent | 4ad0b2c86b8910b1e6c200ac121fe52b73fe7500 (diff) |
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 |