Update .gitignore

pull/91/head
Francis Lachapelle 2015-01-16 23:23:53 -05:00
parent b9414a77ab
commit 263ff962a1
1 changed files with 2 additions and 4 deletions

6
.gitignore vendored
View File

@ -2,13 +2,13 @@ config.make
tags
*._*
*/obj/
*._*
*/*/obj/
*/*/*/obj/
*/*/*.SOGo/
*.pyc
*.sax
*.wox/
*.swp
*.wox/
SoObjects/SOGo/SOGo.framework/
SoObjects/SOGo/derived_src/
Tests/*/config.py
@ -17,8 +17,6 @@ UI/WebServerResources/js/vendor/
UI/WebServerResources/bower_components/
UI/WebServerResources/node_modules/
UI/WebServerResources/scss/.sass-cache/
*.pyc
._*
Documentation/*.docbook
Documentation/*.pdf
.idea