Skip to content

Commit 860014c

Browse files
authored
Merge pull request jahn#2 from edoddridge/gitignore
Update .gitignore to keep unwanted files out of the repo
2 parents ad38444 + a277978 commit 860014c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TAGS
44
.make.state
55
.nse_depinfo
66
*~
7-
#*
7+
\#*
88
.#*
99
,*
1010
_$*
@@ -27,3 +27,9 @@ _$*
2727
core
2828
# CVS default ignores end
2929
notes
30+
build/
31+
run/
32+
# OSX system files
33+
.DS_store
34+
/doc/_build/
35+
*.pyc

0 commit comments

Comments
 (0)