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 | |
parent | 088bc4628bbf6bdc005adf8054549e3798306f74 (diff) |
move the .o and .so .gitignore lines to the top level .gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | libs/sgi-webuci/.gitignore | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index bf9420cee..009f59f90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ dist/ /host +*.o +*.so diff --git a/libs/sgi-webuci/.gitignore b/libs/sgi-webuci/.gitignore index e6f1e58a8..2e8c134d5 100644 --- a/libs/sgi-webuci/.gitignore +++ b/libs/sgi-webuci/.gitignore @@ -1,4 +1,2 @@ boa-patches/series boa-*.* -*.o -*.so |