1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-10-30 23:47:19 -04:00
rofi/.gitignore
2025-05-28 21:13:21 +02:00

18 lines
242 B
Text

/build*/
/.cache/
/.vscode/
# I want to ignore log files
*.log
# Core files should never be checked in
core
# ignore patches too, the code is either checked in or branch.
*.patch*
# backup files
*.swp
*.*~
*.unc-backup~
*.unc-backup.md5~