1 *.Makefile 2 *.mk 3 *.mode* 4 *.pbxuser 5 *.perspective* 6 *.pyc 7 .DS_Store 8 .directory 9 autoinstall.cache.d 10 11 # Ignore auto-generated files by VS2005 and VS2010. 12 *.ncb 13 *.props 14 *.sln 15 *.suo 16 *.targets 17 *.vcproj 18 *.vcproj.*.user 19 *.vcxproj.user 20 *.vcxproj 21 *.vcxproj.filters 22 Source/core/make_derived_sources.xml 23 24 # Ignore common tool auto-generated files. 25 .gdb_history 26 tags 27 *~ 28 .*.sw[a-p] 29 30 # For best performance, place rules for deep paths in the parent directory. 31 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here, 32 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore 33