diff options
| author | Matt Turner <mattst88@gmail.com> | 2017-11-24 23:23:10 -0800 |
|---|---|---|
| committer | Matt Turner <mattst88@gmail.com> | 2017-11-24 23:33:06 -0800 |
| commit | eac19cb55396588704adac6f325c083a646879b7 (patch) | |
| tree | 597bf47ee9bb7f0b7cebcb7f8add5a910ef80264 | |
| parent | 39c4f8eb218b9736b5f8eb472964650c8b330e8e (diff) | |
Add .gitignore
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb3185a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +build-id +libbuild-id.so +so-build-id |
