Add *.so to .gitignore.

This is so we can ignore libv8_g.so and libv8preparser_g.so when running git status.

TEST=git status. You should not see the above libraries in the output.

R=mnaganov@chromium.org

Signed-off-by: Thiago Farina <tfarina@chromium.org>

Review URL: http://codereview.chromium.org/7839036/

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9182 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
mikhail.naganov@gmail.com 2011-09-07 21:09:13 +00:00
parent f877f7bda2
commit 62ee7223d8

5
.gitignore vendored
View File

@ -1,17 +1,18 @@
*.a *.a
*.exe *.exe
*.idb
*.lib *.lib
*.log *.log
*.map *.map
*.mk *.mk
*.ncb *.ncb
*.pdb
*.pyc *.pyc
*.scons* *.scons*
*.so
*.suo *.suo
*.user *.user
*.xcodeproj *.xcodeproj
*.idb
*.pdb
#*# #*#
*~ *~
.cpplint-cache .cpplint-cache