mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 15:22:34 +08:00
Make .gitignore ignore CMake autogenerated files and also visual studio .vs directory
This commit is contained in:
+16
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user