add gitignore

This commit is contained in:
2025-03-11 23:09:59 +02:00
parent b4d3e20e88
commit d7701d98b1

46
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Hiisi
build/
# ---> Emacs # ---> Emacs
# -*- mode: gitignore; -*- # -*- mode: gitignore; -*-
*~ *~
@@ -9,46 +12,6 @@ auto-save-list
tramp tramp
.\#* .\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# directory configuration
.dir-locals.el
# network security
/network-security.data
# ---> Linux # ---> Linux
*~ *~
@@ -64,3 +27,6 @@ flycheck_*.el
# .nfs files are created when an open file is removed but is still being accessed # .nfs files are created when an open file is removed but is still being accessed
.nfs* .nfs*
.idea
*.log
tmp/