.gitignore
changeset 5 e617c9cf6dd3
parent 2 34b6fedde9eb
child 20 0ce7093df25f
equal deleted inserted replaced
4:5770be2d5f3f 5:e617c9cf6dd3
     1 # ignore generated by libtool files
     1 # ignore generated by libtool files (no more necessary)
     2 *.a
     2 *.a
     3 *.o
     3 *.o
     4 *.lo
     4 *.lo
     5 *.la
     5 *.la
     6 *.so
     6 *.so
     8 *.so.*
     8 *.so.*
     9 # ignore backup files
     9 # ignore backup files
    10 *~
    10 *~
    11 # ignore docs: they are not important and apiref is generated on the fly
    11 # ignore docs: they are not important and apiref is generated on the fly
    12 *.html
    12 *.html
       
    13 # ignore generated makefile
    13 Makefile
    14 Makefile
       
    15 # ignore cmake files
    14 *.cmake
    16 *.cmake
    15 CMake*
    17 CMake*
       
    18 CPack*
       
    19 # ignore generated header
       
    20 config.h
       
    21 # ignore resulting bundles
       
    22 *.deb
       
    23 *.tar.bz2
       
    24 # ignore build dir
       
    25 build