]> Untitled Git - MarigoldOS/.git/blob - .gitignore
Fix gitweb, add https.
[MarigoldOS/.git] / .gitignore
1 secrets.nix
2 secrets/
3 result
4 hosts/*.ygg
5 WIP/
6
7 *.save
8 # ---> Emacs
9 # -*- mode: gitignore; -*-
10 *~
11 *~undo-tree~
12 \#*\#
13 /.emacs.desktop
14 /.emacs.desktop.lock
15 *.elc
16 auto-save-list
17 tramp
18 .\#*
19
20 # Org-mode
21 .org-id-locations
22 *_archive
23
24 # flymake-mode
25 *_flymake.*
26
27 # eshell files
28 /eshell/history
29 /eshell/lastdir
30
31 # elpa packages
32 /elpa/
33
34 # reftex files
35 *.rel
36
37 # AUCTeX auto folder
38 /auto/
39
40 # cask packages
41 .cask/
42 dist/
43
44 # Flycheck
45 flycheck_*.el
46
47 # server auth directory
48 /server/
49
50 # projectiles files
51 .projectile
52
53 # directory configuration
54 .dir-locals.el
55
56 # network security
57 /network-security.data
58
59