Closed Bug 614511 Opened 14 years ago Closed 14 years ago

Improving .gitignore file to keep git tree clean

Categories

(Add-on SDK Graveyard :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: irakli, Assigned: irakli)

Details

I'm bit annoyed that my jetpack git tree is always dirty with files in python-lib. Here is my git status 

(addon-sdk)➜  ~VIRTUAL_ENV  (contentScriptFile@612716) git status
# On branch contentScriptFile@612716
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       python-lib/cuddlefish/__init__.pyc
#       python-lib/cuddlefish/apiparser.pyc
#       python-lib/cuddlefish/bunch.pyc
#       python-lib/cuddlefish/manifest.pyc
#       python-lib/cuddlefish/packaging.pyc
#       python-lib/cuddlefish/preflight.pyc
#       python-lib/cuddlefish/prefs.pyc
#       python-lib/cuddlefish/rdf.pyc
#       python-lib/cuddlefish/runner.pyc
#       python-lib/cuddlefish/server.pyc
#       python-lib/cuddlefish/templates.pyc
#       python-lib/cuddlefish/tests/__init__.pyc
#       python-lib/cuddlefish/tests/test_apiparser.pyc
#       python-lib/cuddlefish/tests/test_init.pyc
#       python-lib/cuddlefish/tests/test_manifest.pyc
#       python-lib/cuddlefish/tests/test_packaging.pyc
#       python-lib/cuddlefish/tests/test_preflight.pyc
#       python-lib/cuddlefish/tests/test_rdf.pyc
#       python-lib/cuddlefish/tests/test_runner.pyc
#       python-lib/cuddlefish/tests/test_server.pyc
#       python-lib/cuddlefish/tests/test_xpi.pyc
#       python-lib/cuddlefish/version_comparator.pyc
#       python-lib/cuddlefish/xpcom.pyc
#       python-lib/cuddlefish/xpi.pyc
#       python-lib/ecdsa/__init__.pyc
#       python-lib/ecdsa/curves.pyc
#       python-lib/ecdsa/der.pyc
#       python-lib/ecdsa/ecdsa.pyc
#       python-lib/ecdsa/ellipticcurve.pyc
#       python-lib/ecdsa/keys.pyc
#       python-lib/ecdsa/numbertheory.pyc
#       python-lib/ecdsa/util.pyc
#       python-lib/jetpack_sdk_env.pyc
#       python-lib/mozrunner/__init__.pyc
#       python-lib/mozrunner/killableprocess.pyc
#       python-lib/simplejson/__init__.pyc
#       python-lib/simplejson/decoder.pyc
#       python-lib/simplejson/encoder.pyc
#       python-lib/simplejson/scanner.pyc
nothing added to commit but untracked files present (use "git add" to track) 

Can we add python-lib to .gitignore ?
Assignee: nobody → rFobic
Oops just noticed comment in .gitignore file

# If you want to add other files here, like *.pyc and *.DS_Store,
# please add them to a global git ignore file.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.