Skip to content

Commit ae44d92

Browse files
mjsalingerthomseddon
authored andcommitted
Updated .gitignore
1 parent ee6c303 commit ae44d92

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,35 @@ node_modules/
22
docs/_build/
33
__pycache__/
44
*.pyc
5+
lib-cov
6+
*.seed
7+
*.log
8+
*.csv
9+
*.dat
10+
*.out
11+
*.pid
12+
*.gz
13+
*.iml
514

15+
.idea
16+
.jshint
17+
.DS_Store
18+
19+
pids
20+
logs
21+
results
22+
23+
lib/dockerImage/keys
24+
coverage
25+
npm-debug.log*~
26+
\#*\#
27+
/.emacs.desktop
28+
/.emacs.desktop.lock
29+
.elc
30+
auto-save-list
31+
tramp
32+
.\#*
33+
34+
# Org-mode
35+
.org-id-locations
36+
*_archive

0 commit comments

Comments
 (0)