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 tags
*._* *._*
*/obj/ */obj/
*._*
*/*/obj/ */*/obj/
*/*/*/obj/ */*/*/obj/
*/*/*.SOGo/ */*/*.SOGo/
*.pyc
*.sax *.sax
*.wox/
*.swp *.swp
*.wox/
SoObjects/SOGo/SOGo.framework/ SoObjects/SOGo/SOGo.framework/
SoObjects/SOGo/derived_src/ SoObjects/SOGo/derived_src/
Tests/*/config.py Tests/*/config.py
@ -17,8 +17,6 @@ UI/WebServerResources/js/vendor/
UI/WebServerResources/bower_components/ UI/WebServerResources/bower_components/
UI/WebServerResources/node_modules/ UI/WebServerResources/node_modules/
UI/WebServerResources/scss/.sass-cache/ UI/WebServerResources/scss/.sass-cache/
*.pyc
._*
Documentation/*.docbook Documentation/*.docbook
Documentation/*.pdf Documentation/*.pdf
.idea .idea