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 *.vcproj.*.user 13 *.suo 14 *.ncb 15 16 # Ignore common tool auto-generated files. 17 .gdb_history 18 tags 19 *~ 20 .*.sw[a-p] 21 22 # For best performance, place rules for deep paths in the parent directory. 23 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here, 24 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore 25