diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-09 14:15:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-09 14:15:15 +0200 |
commit | 7ef71b2e4272d36a7610f99aeab7efce4c308b6b (patch) | |
tree | ac5f1d2a06189aca7c70899bb70d683c5fc7ba11 /.gitignore | |
parent | f1c2a621ac2695dfe4a3bc71dbc9ce3079008d2f (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 |