Files
Hiisi/.gitignore
Kasper Sauramo 4a393035a2 add cache/
2025-03-13 17:28:16 +02:00

35 lines
512 B
Plaintext

# Hiisi
build/
compile_commands.json
.cache/
# ---> Emacs
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# ---> Linux
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
.idea
*.log
tmp/