Home | History | Annotate | Download | only in WebKit
      1 # This is pulled in via an entry in DEPS
      2 LayoutTests/w3c
      3 
      4 *.Makefile
      5 *.mk
      6 *.mode*
      7 *.pbxuser
      8 *.perspective*
      9 *.pyc
     10 .DS_Store
     11 .directory
     12 autoinstall.cache.d
     13 
     14 # Ignore auto-generated files by VS2005 and VS2010.
     15 *.ncb
     16 *.props
     17 *.sln
     18 *.suo
     19 *.targets
     20 *.vcproj
     21 *.vcproj.*.user
     22 *.vcxproj.user
     23 *.vcxproj
     24 *.vcxproj.filters
     25 Source/core/make_core_generated.xml
     26 
     27 # Ignore Eclipse project files
     28 .project
     29 .cproject
     30 /.settings
     31 
     32 # Ignore common tool auto-generated files.
     33 .gdb_history
     34 tags
     35 *~
     36 .*.sw[a-p]
     37 
     38 # For best performance, place rules for deep paths in the parent directory.
     39 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here,
     40 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore
     41