.gitignore
changeset 0 4f2f89ce4247
child 2 303757a437d3
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 *~
       
     2 *.mode*
       
     3 *.pbxuser
       
     4 *.perspective*
       
     5 *.pyc
       
     6 build/
       
     7 /WebKitBuild/
       
     8 autoinstall.cache.d
       
     9 WebKitTools/Scripts/webkitpy/thirdparty/autoinstalled
       
    10 
       
    11 # Ignore Chromium projects auto-generated from .gyp files:
       
    12 JavaScriptCore/JavaScriptCore.gyp/*.sln
       
    13 JavaScriptCore/JavaScriptCore.gyp/*.vcproj*
       
    14 JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.xcodeproj
       
    15 WebCore/WebCore.gyp/*.mk
       
    16 WebCore/WebCore.gyp/*.rules
       
    17 WebCore/WebCore.gyp/*.sln
       
    18 WebCore/WebCore.gyp/*.tmp
       
    19 WebCore/WebCore.gyp/*.vcproj*
       
    20 WebCore/WebCore.gyp/WebCore.xcodeproj
       
    21 WebKit/chromium/*.sln
       
    22 WebKit/chromium/*.vcproj*
       
    23 WebKit/chromium/WebKit.xcodeproj
       
    24 WebKitTools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.xcodeproj
       
    25 
       
    26 # Ignore status files that manage Chromium dependencies.
       
    27 WebKit/chromium/.gclient
       
    28 WebKit/chromium/.gclient_entries
       
    29 
       
    30 # Ignore compiled java tests:
       
    31 LayoutTests/java/*.class
       
    32 
       
    33 # Though the GTK build builds in a subdirectory, autogen.sh still deposits
       
    34 # a few files into the source tree.
       
    35 /aclocal.m4
       
    36 /autom4te.cache
       
    37 /autotools
       
    38 /autotoolsconfig.h.in
       
    39 /configure
       
    40 /GNUmakefile.in
       
    41 /WebKit/gtk/docs/GNUmakefile.in
       
    42 /gtk-doc.make
       
    43 /INSTALL
       
    44 /README