Skip to content

Commit

Permalink
[FIX] replace .bzrignore by .gitignore, as we are now working with git
Browse files Browse the repository at this point in the history
  • Loading branch information
beledouxdenis committed May 28, 2014
1 parent 65d7cc5 commit 3f6f432
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .bzrignore

This file was deleted.

30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# sphinx build directories
_build/

# dotfiles
.*
!.gitignore
# compiled python files
*.py[co]
# setup.py egg_info
*.egg-info
# emacs backup files
*~
# hg stuff
*.orig
status
# odoo filestore
openerp/filestore
# generated for windows installer?
install/win32/*.bat
install/win32/meta.py

# various virtualenv
/bin/
/build/
/dist/
/include/
/lib/
/man/
/share/
/src/

0 comments on commit 3f6f432

Please sign in to comment.