this repo has no description
1# ---> Clojure
2pom.xml
3pom.xml.asc
4*.jar
5*.class
6/lib/
7/classes/
8/target/
9/checkouts/
10.lein-deps-sum
11.lein-repl-history
12.lein-plugins/
13.lein-failures
14.nrepl-port
15.cpcache/
16
17# ---> Emacs
18# -*- mode: gitignore; -*-
19*~
20\#*\#
21/.emacs.desktop
22/.emacs.desktop.lock
23*.elc
24auto-save-list
25tramp
26.\#*
27
28# Org-mode
29.org-id-locations
30*_archive
31
32# flymake-mode
33*_flymake.*
34
35# eshell files
36/eshell/history
37/eshell/lastdir
38
39# elpa packages
40/elpa/
41
42# reftex files
43*.rel
44
45# AUCTeX auto folder
46/auto/
47
48# cask packages
49.cask/
50dist/
51
52# Flycheck
53flycheck_*.el
54
55# server auth directory
56/server/
57
58# projectiles files
59.projectile
60
61# directory configuration
62.dir-locals.el
63
64# network security
65/network-security.data
66
67# ---> Nix
68# Ignore build outputs from performing a nix-build or `nix build` command
69result
70result-*