Loosening makefile rule so it matches *.target.mk but not Android.mk files.

Add ignore of Python project files.

Review URL: http://webrtc-codereview.appspot.com/270010

git-svn-id: http://webrtc.googlecode.com/svn/trunk@944 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2011-11-15 08:53:12 +00:00
parent a02ef1ace2
commit aedf3a765c

3
.gitignore vendored
View File

@ -1,4 +1,4 @@
*.mk *.target.mk
*.Makefile *.Makefile
*.ncb *.ncb
*.ninja *.ninja
@ -27,6 +27,7 @@
.gdbinit .gdbinit
.metadata .metadata
.project .project
.pydevproject
.settings .settings
/build /build
/gyp-mac-tool /gyp-mac-tool