fmt/.gitignore
Jeff Schwab 6c8cec0eb8 Create doc/html directory
The html directory must exist before the documentation can be built;
else, make reports the following error:

    CMake Error at doc/cmake_install.cmake:31 (file):
      file INSTALL cannot find "/Users/jeff/pkg/fmtlib/fmt/doc/html".
    Call Stack (most recent call first):
      cmake_install.cmake:33 (include)

    make: *** [install] Error 1
2016-05-23 21:09:29 -04:00

21 lines
233 B
Plaintext

bin/
/_CPack_Packages
/doc/doxyxml
/doc/html
!/doc/html
virtualenv
/Testing
/install_manifest.txt
*~
*.a
*.so*
*.zip
cmake_install.cmake
CPack*.cmake
fmt-*.cmake
CTestTestfile.cmake
CMakeCache.txt
CMakeFiles
Makefile
run-msbuild.bat