Skip to content

Commit f141672

Browse files
committed
[FIX] port trunk bzrignore to gitignore
previous port only had the web client's rules
1 parent 44bc1b4 commit f141672

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

.gitignore

+24-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
1-
*.pyc
1+
# sphinx build directories
2+
_build/
3+
4+
# dotfiles
25
.*
6+
# compiled python files
7+
*.py[co]
8+
# setup.py egg_info
39
*.egg-info
10+
# emacs backup files
11+
*~
12+
# hg stuff
413
*.orig
5-
*.vim
6-
build
7-
_build
8-
/bin
9-
/dist
10-
/include
14+
status
15+
16+
# generated for windows installer?
17+
install/win32/*.bat
18+
install/win32/meta.py
1119

12-
/share
13-
/man
14-
/lib
20+
# various virtualenv
21+
/bin/
22+
/build/
23+
/dist/
24+
/include/
25+
/lib/
26+
/man/
27+
/share/
28+
/src/

0 commit comments

Comments
 (0)