Reviewers: Mikhail Naganov (Chromium),
Description:
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]>
Please review this at http://codereview.chromium.org/7839036/
SVN Base: git://github.com/v8/v8.git@master
Affected files:
M .gitignore
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index
253639dc5db26958e2f8e45106da621d7c0199c4..b61faef74ce541148204851193e85d5b13144d5a
100644
--- a/.gitignore
+++ b/.gitignore
@@ -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