Add .gitignore (#787)
Ignore all files and directories which are generated by `cmake . && make`. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
f62b810892
commit
4d2527aa61
|
@ -0,0 +1,17 @@
|
||||||
|
# Ignore files and directories made by `cmake .`.
|
||||||
|
CMakeFiles/
|
||||||
|
Makefile
|
||||||
|
cmake_install.cmake
|
||||||
|
/CMakeCache.txt
|
||||||
|
/CPackConfig.cmake
|
||||||
|
/CPackSourceConfig.cmake
|
||||||
|
/CTestCustom.cmake
|
||||||
|
/LICENSE.txt
|
||||||
|
/OpenJPEGConfig.cmake
|
||||||
|
/libopenjp2.pc
|
||||||
|
/src/bin/common/opj_apps_config.h
|
||||||
|
/src/lib/openjp2/opj_config.h
|
||||||
|
/src/lib/openjp2/opj_config_private.h
|
||||||
|
|
||||||
|
# Ignore directories made by `make`.
|
||||||
|
/bin/
|
Loading…
Reference in New Issue