Browse Source

Clean up main (root) .gitignore file

- remove obsolete comments
- remove "duplicates": '/out' includes '/out/*' etc.
- reorder so files are correctly categorized to simplify maintenance.
pull/1043/head
Albrecht Schlosser 9 months ago
parent
commit
7cb33ea802
  1. 15
      .gitignore

15
.gitignore vendored

@ -20,11 +20,14 @@ FLTK.sln @@ -20,11 +20,14 @@ FLTK.sln
FLTK-Targets.cmake
FLTKConfig.cmake
etc/FLTKConfig.cmake
/CMakeSettings.json
/CppProperties.json
# MSVC
# Visual Studio (MSVC) build artifacts
*.tlog
.vs/
/out
# VS Code (Visual Studio Code) Editor
@ -45,7 +48,6 @@ etc/FLTKConfig.cmake @@ -45,7 +48,6 @@ etc/FLTKConfig.cmake
/fltk.spec
/makeinclude
/TAGS
/out
# /FL
@ -86,12 +88,3 @@ src/xdg-decoration-client-protocol.h @@ -86,12 +88,3 @@ src/xdg-decoration-client-protocol.h
src/xdg-decoration-protocol.c
src/xdg-shell-client-protocol.h
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…
Cancel
Save