Skip to content

Commit bd7db4d

Browse files
committed
Add *~ to gitignore.
This is a fairly common unix extension for backup files used at least by Emacsen and vim.
1 parent 5c290be commit bd7db4d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.gitignore

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
.DS_Store
1+
*.egg-info/*
22
*.pyc
33
*.pyo
4-
*.egg-info/*
5-
dist
4+
*~
5+
.DS_Store
6+
.Python
7+
.tox
68
bin
9+
build/
10+
dist
11+
docs/_build
12+
include
713
lib
814
lib64
9-
include
10-
.Python
11-
docs/_build
12-
build/
13-
.tox

0 commit comments

Comments
 (0)