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:
parent
f877f7bda2
commit
62ee7223d8
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user