diff options
author | Steven Barth <steven@midlink.org> | 2008-06-02 15:35:30 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-02 15:35:30 +0000 |
commit | ed0ef1f9f0acd4d947925abf38fb4f58c1cea783 (patch) | |
tree | a47a1b04387f0945350adb69119e13a7db98f399 /.gitignore | |
parent | 088bc4628bbf6bdc005adf8054549e3798306f74 (diff) |
move the .o and .so .gitignore lines to the top level .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bf9420cee..009f59f90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ dist/ /host +*.o +*.so |