Personal NixOS flake
1# ---> Nix
2# Ignore build outputs from performing a nix-build or `nix build` command
3result
4result-*
5
6# ---> Emacs
7# -*- mode: gitignore; -*-
8*~
9\#*\#
10/.emacs.desktop
11/.emacs.desktop.lock
12*.elc
13auto-save-list
14tramp
15.\#*
16
17# Org-mode
18.org-id-locations
19*_archive
20
21# flymake-mode
22*_flymake.*
23
24# eshell files
25/eshell/history
26/eshell/lastdir
27
28# elpa packages
29/elpa/
30
31# reftex files
32*.rel
33
34# AUCTeX auto folder
35/auto/
36
37# cask packages
38.cask/
39dist/
40
41# Flycheck
42flycheck_*.el
43
44# server auth directory
45/server/
46
47# projectiles files
48.projectile
49
50# directory configuration
51.dir-locals.el
52
53# network security
54/network-security.data
55
56