Make .gitignore ignore CMake autogenerated files and also visual studio .vs directory
This commit is contained in:
parent
e3b289e008
commit
caea9c0c01
16
.gitignore
vendored
16
.gitignore
vendored
@ -3,7 +3,23 @@
|
|||||||
|
|
||||||
*.o
|
*.o
|
||||||
*.exe
|
*.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
|
*.tlog
|
||||||
|
.vs/
|
||||||
|
|
||||||
# /
|
# /
|
||||||
/autom4te*.cache
|
/autom4te*.cache
|
||||||
|
Loading…
Reference in New Issue
Block a user