Skip to content

Commit 03d034f

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 190d7de commit 03d034f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
.DS_Store
5+
*.egg-info/*
66
*.pyc
77
*.pyo
8-
*.egg-info/*
9-
dist
8+
*~
9+
.DS_Store
10+
.Python
11+
.tox
1012
bin
13+
build/
14+
dist
15+
docs/_build
16+
include
1117
lib
1218
lib64
13-
include
14-
.Python
15-
docs/_build
16-
build/
17-
.tox

0 commit comments

Comments
 (0)