git.fiddlerwoaroof.com
Browse code

chore(misc): cleanup

Edward Langley authored on 11/01/2022 18:25:16
Showing 5 changed files
... ...
@@ -1,7 +1,12 @@
1
+*.*fasl*
2
+*.elc
1 3
 *.old
2 4
 *.pyc
5
+*.sw[a-z]
3 6
 *jar
4 7
 *~
8
+.#*
9
+.DS_Store
5 10
 .lein-deps-sum
6 11
 .lein-failures
7 12
 .lein-plugins/
... ...
@@ -11,11 +16,7 @@
11 16
 /classes/
12 17
 /lib/
13 18
 /target/
14
-pom.xml
15
-pom.xml.asc
16 19
 [#]*
17
-.#*
18
-*.*fasl*
19
-.DS_Store
20
-*.sw[a-z]
21 20
 core
21
+pom.xml
22
+pom.xml.asc
... ...
@@ -1 +1,2 @@
1 1
 custom.el
2
+settings.el
... ...
@@ -1,4 +1,4 @@
1
-(asdf:defsystem fwoar-sbcl
1
+(asdf:defsystem :fwoar-sbcl
2 2
   :depends-on ((:require :sb-aclrepl)
3 3
                (:require :sb-introspect)
4 4
                :alexandria
5 5
new file mode 100644
... ...
@@ -0,0 +1 @@
1
+git-pick-patch
0 2
deleted file mode 100755
1 3
Binary files a/tools/bin/git-pick-patch and /dev/null differ