[FIX] port trunk bzrignore to gitignore
authorXavier Morel <xmo@openerp.com>
Mon, 19 May 2014 08:14:08 +0000 (10:14 +0200)
committerXavier Morel <xmo@openerp.com>
Mon, 19 May 2014 08:14:41 +0000 (10:14 +0200)
previous port only had the web client's rules

.gitignore

index f9be5e7..6148a29 100644 (file)
@@ -1,14 +1,28 @@
-*.pyc
+# sphinx build directories
+_build/
+
+# dotfiles
 .*
+# compiled python files
+*.py[co]
+# setup.py egg_info
 *.egg-info
+# emacs backup files
+*~
+# hg stuff
 *.orig
-*.vim
-build
-_build
-/bin
-/dist
-/include
+status
+
+# generated for windows installer?
+install/win32/*.bat
+install/win32/meta.py
 
-/share
-/man
-/lib
+# various virtualenv
+/bin/
+/build/
+/dist/
+/include/
+/lib/
+/man/
+/share/
+/src/