mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-06 00:35:58 +01:00
gitignore: reorder and label sections
This commit is contained in:
parent
0698d720fa
commit
9c3a0ae72e
1 changed files with 8 additions and 5 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -51,18 +51,21 @@ Module.symvers
|
|||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# build folder
|
||||
# Build folders
|
||||
build/
|
||||
build-*/
|
||||
|
||||
.cache
|
||||
.vscode/
|
||||
|
||||
hyprland-share-picker/build/
|
||||
|
||||
# Generated code files
|
||||
protocols/*.c*
|
||||
protocols/*.h*
|
||||
|
||||
# Nix build results
|
||||
result
|
||||
result-man
|
||||
|
||||
# Code editors
|
||||
.vscode/
|
||||
|
||||
# MISCELLANEOUS
|
||||
.cache
|
||||
|
|
Loading…
Reference in a new issue