mirror of https://github.com/fltk/fltk
Clean up main (root) .gitignore file
- remove obsolete comments - remove "duplicates": '/out' includes '/out/*' etc. - reorder so files are correctly categorized to simplify maintenance.
This commit is contained in:
parent
c74948f65a
commit
7cb33ea802
|
@ -20,11 +20,14 @@ FLTK.sln
|
||||||
FLTK-Targets.cmake
|
FLTK-Targets.cmake
|
||||||
FLTKConfig.cmake
|
FLTKConfig.cmake
|
||||||
etc/FLTKConfig.cmake
|
etc/FLTKConfig.cmake
|
||||||
|
/CMakeSettings.json
|
||||||
|
/CppProperties.json
|
||||||
|
|
||||||
# MSVC
|
# Visual Studio (MSVC) build artifacts
|
||||||
|
|
||||||
*.tlog
|
*.tlog
|
||||||
.vs/
|
.vs/
|
||||||
|
/out
|
||||||
|
|
||||||
# VS Code (Visual Studio Code) Editor
|
# VS Code (Visual Studio Code) Editor
|
||||||
|
|
||||||
|
@ -45,7 +48,6 @@ etc/FLTKConfig.cmake
|
||||||
/fltk.spec
|
/fltk.spec
|
||||||
/makeinclude
|
/makeinclude
|
||||||
/TAGS
|
/TAGS
|
||||||
/out
|
|
||||||
|
|
||||||
# /FL
|
# /FL
|
||||||
|
|
||||||
|
@ -86,12 +88,3 @@ src/xdg-decoration-client-protocol.h
|
||||||
src/xdg-decoration-protocol.c
|
src/xdg-decoration-protocol.c
|
||||||
src/xdg-shell-client-protocol.h
|
src/xdg-shell-client-protocol.h
|
||||||
src/xdg-shell-protocol.c
|
src/xdg-shell-protocol.c
|
||||||
|
|
||||||
# Wayland demo programs (no longer being built)
|
|
||||||
|
|
||||||
# libdecor/build/demo
|
|
||||||
# libdecor/build/egl
|
|
||||||
/out/build/x64-Debug/.cmake/api/v1/query/client-MicrosoftVS/query.json
|
|
||||||
/out/build/x64-Debug
|
|
||||||
/CMakeSettings.json
|
|
||||||
/CppProperties.json
|
|
||||||
|
|
Loading…
Reference in New Issue