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:
parent
a02ef1ace2
commit
aedf3a765c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
*.mk
|
||||
*.target.mk
|
||||
*.Makefile
|
||||
*.ncb
|
||||
*.ninja
|
||||
@ -27,6 +27,7 @@
|
||||
.gdbinit
|
||||
.metadata
|
||||
.project
|
||||
.pydevproject
|
||||
.settings
|
||||
/build
|
||||
/gyp-mac-tool
|
||||
|
Loading…
x
Reference in New Issue
Block a user