.gitignore
changeset 115 a9284e1e57b3
child 133 244fc2771241
equal deleted inserted replaced
114:2f28c595d710 115:a9284e1e57b3
       
     1 # See: man 5 gitignore.
       
     2 
       
     3 *.a
       
     4 *.elc
       
     5 *.exe
       
     6 *.dll
       
     7 *.ocx
       
     8 *.lib
       
     9 *.o
       
    10 *.obj
       
    11 *.py[co]
       
    12 *.so
       
    13 *~