← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 369: Merge pull request #90 from 01walid/master

 

Merge authors:
  01walid (01walid)
------------------------------------------------------------
revno: 369 [merge]
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Thu 2012-10-04 19:03:58 -0700
message:
  Merge pull request #90 from 01walid/master
  
  tweak .gitignore for issue #86 
modified:
  .gitignore


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file '.gitignore'
--- .gitignore	2012-06-23 13:13:08 +0000
+++ .gitignore	2012-10-05 02:00:15 +0000
@@ -1,8 +1,64 @@
+# Installer logs #
+##################
+pip-log.txt
+
+# Unit test / coverage reports #
+################################
+.coverage
+.tox
+nosetests.xml
+
+#Translations #
+###############
+*.mo
+
+# Mr Developer #
+################
+.mr.developer.cfg
+/output
+.project
+.pydevproject
+
+# generated indexes #
+#####################
+_*.dcz
+_*.pst
+_*.tiz
+_*.toc
+
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+*.[oa]
 *.py[co]
 
-# Packages
-*.egg
-*.egg-info
+# Compiler or editor generated files #
+######################################
+*.pro.user*
+*.Debug
+*.Release
+Makefile*
+*.autosave
+*.mk
+*.inf
+*.cache
+*_rc.py
+*_dyn.py
+*_ui.py
+src/alfanous-tests/*.csv
+resources/configs/*.js
+WORD_SPELL_LOCK
+localization/pot_files/*.00
+
+# Debug and Release and build directories #
+###########################################
+Debug/*
+Release/*
 dist
 build
 eggs
@@ -12,17 +68,37 @@
 sdist
 develop-eggs
 .installed.cfg
-
-# Installer logs
-pip-log.txt
-
-# Unit test / coverage reports
-.coverage
-.tox
-
-#Translations
-*.mo
-
-#Mr Developer
-.mr.developer.cfg
-/output
+lib
+lib64
+
+# Packages #
+############
+# it's better to unpack these files and commit the raw source
+# git has its own built in compression methods
+*.7z
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.zip
+*.egg
+*.egg-info
+
+
+# Logs and databases #
+######################
+*.log
+*.sql
+
+# OS generated files #
+######################
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+Icon?
+*.db
+desktop.ini
\ No newline at end of file