diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-05-06 15:18:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-05-06 15:18:03 +0200 |
commit | ca1e82eb441467b1650b94922865d43ce9d41df1 (patch) | |
tree | 31230e15b313f074228f094f56e478a319a6b4fa /.gitignore | |
parent | 2e64769507fd8468e836e1e657c703e8be2dc21a (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 |