Skip to content

Commit 59101be

Browse files
committed
Merge pull request odoo#44 from xmo-odoo/master-gitignore
[FIX] missing gitignore server rules
2 parents 3571a3d + f141672 commit 59101be

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

.gitignore

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

11-
/share
12-
/man
13-
/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)