Skip to content

Commit 2d43e3e

Browse files
committed
Update script and initial checkin.
0 parents  commit 2d43e3e

File tree

4 files changed

+403
-0
lines changed

4 files changed

+403
-0
lines changed

.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# -*- mode: gitignore; -*-
2+
*~
3+
\#*\#
4+
/.emacs.desktop
5+
/.emacs.desktop.lock
6+
*.elc
7+
auto-save-list
8+
tramp
9+
.\#*
10+
11+
# Org-mode
12+
.org-id-locations
13+
*_archive
14+
15+
# flymake-mode
16+
*_flymake.*
17+
18+
# eshell files
19+
/eshell/history
20+
/eshell/lastdir
21+
22+
# elpa packages
23+
/elpa/
24+
25+
# reftex files
26+
*.rel
27+
28+
# AUCTeX auto folder
29+
/auto/
30+
31+
# apitest
32+
/apitest/node_modules

README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)