Revision: 9182
Author:   [email protected]
Date:     Wed Sep  7 14:09:13 2011
Log:      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.

[email protected]

Signed-off-by: Thiago Farina <[email protected]>

Review URL: http://codereview.chromium.org/7839036/
http://code.google.com/p/v8/source/detail?r=9182

Modified:
 /branches/bleeding_edge/.gitignore

=======================================
--- /branches/bleeding_edge/.gitignore  Fri Aug 12 02:52:41 2011
+++ /branches/bleeding_edge/.gitignore  Wed Sep  7 14:09:13 2011
@@ -1,17 +1,18 @@
 *.a
 *.exe
+*.idb
 *.lib
 *.log
 *.map
 *.mk
 *.ncb
+*.pdb
 *.pyc
 *.scons*
+*.so
 *.suo
 *.user
 *.xcodeproj
-*.idb
-*.pdb
 #*#
 *~
 .cpplint-cache

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to