Skip to content

Commit 8b11e1d

Browse files
committed
REPO: git ignores.
1 parent 074e162 commit 8b11e1d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.hgignore renamed to .gitignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
syntax: glob
2-
.gdb_history
1+
# Swap files.
2+
.*.swp
3+
.*.swo
4+
*~
5+
36
*.pyc
47
*.pyo
5-
*.pyclbr
68
*.so
7-
.*.swp
8-
.*.swo
9+
*.o
10+
*.a
11+
912
build/
1013
dist/
1114
_line_profiler.c

0 commit comments

Comments
 (0)