Make .gitignore ignore CMake autogenerated files and also visual studio .vs directory

This commit is contained in:
fabien 2018-12-22 08:56:33 -06:00
parent e3b289e008
commit caea9c0c01

16
.gitignore vendored
View File

@ -3,7 +3,23 @@
*.o
*.exe
# CMake
bin/
**/cmake_install.cmake
**/CMakeCache.txt
**/CMakeFiles/
etc/UseFLTK.cmake
cmake_uninstall.cmake
UseFLTK.cmake
FLTK.sln
FLTK-Targets.cmake
FLTKConfig.cmake
etc/FLTKConfig.cmake
# MSVC
*.tlog
.vs/
# /
/autom4te*.cache