.gitignore
changeset 2 34b6fedde9eb
child 5 e617c9cf6dd3
equal deleted inserted replaced
1:64a857d6b81b 2:34b6fedde9eb
       
     1 # ignore generated by libtool files
       
     2 *.a
       
     3 *.o
       
     4 *.lo
       
     5 *.la
       
     6 *.so
       
     7 *.lai
       
     8 *.so.*
       
     9 # ignore backup files
       
    10 *~
       
    11 # ignore docs: they are not important and apiref is generated on the fly
       
    12 *.html
       
    13 Makefile
       
    14 *.cmake
       
    15 CMake*