diff options
author | Brian Anderson <banderson@mozilla.com> | 2012-04-18 15:25:30 -0700 |
---|---|---|
committer | Brian Anderson <banderson@mozilla.com> | 2012-04-18 15:43:48 -0700 |
commit | f403129da42ddd6319cb27f2abbd87de8e6b9ec6 (patch) | |
tree | 47e79f44b96ca946e485dca091329b03e9428f69 /.gitignore | |
parent | 698d1335717e5e2baabe0dc30551bcb5267d6b99 (diff) | |
download | servo-f403129da42ddd6319cb27f2abbd87de8e6b9ec6.tar.gz servo-f403129da42ddd6319cb27f2abbd87de8e6b9ec6.zip |
Work on integrating rust-cocoa
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dcb134768fd..da355b4f9c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ *~ +*# +*.o +*.so +*.dylib +*.dSYM +*.dll +*.dummy +servo-test Makefile -servo-test
\ No newline at end of file |