diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-01 12:43:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-01 12:43:20 +0200 |
commit | 9f016b810e18942c323682161124dda7dacba8cf (patch) | |
tree | faf423b084d3e5f5164a9f8b97bc23b77c9664c0 /.gitignore |
Start bpkg repository
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e97827c --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Compiler/linker output. +# +*.o +*.d +*.so +*.a +core |