.gitignore
changeset 133 244fc2771241
parent 115 a9284e1e57b3
equal deleted inserted replaced
132:a2d359154fb7 133:244fc2771241
     8 *.lib
     8 *.lib
     9 *.o
     9 *.o
    10 *.obj
    10 *.obj
    11 *.py[co]
    11 *.py[co]
    12 *.so
    12 *.so
       
    13 *.class
       
    14 *.jar
       
    15 *.war
       
    16 
       
    17 # MSVC ActiveX/COM artefact:
       
    18 # *_i.c
       
    19 # *_p.c
       
    20 # MSVC project files:
       
    21 *.sln
       
    22 *.sln.cache
       
    23 *.ncb
       
    24 *.vcproj
       
    25 *.vcproj.*.user
       
    26 # MSVC precompiled header:
       
    27 *.pch
       
    28 # MSVC program database file:
       
    29 *.pdb
       
    30 # MSVC type library:
       
    31 *.tlb
       
    32 # MSVC build dirs:
       
    33 [Dd]ebug/
       
    34 [Rr]elease/
       
    35 [Oo]bj/
       
    36 
    13 *~
    37 *~