Closed
Bug 829697
Opened 13 years ago
Closed 13 years ago
update .gitignore with more things to ignore
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
Details
Attachments
(1 file)
|
225 bytes,
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
When creating a virtualenv at the clone level with a .orig patch:
(mozbase)│git st
# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# bin/
# include/
# lib/
# local/
# mozcrash/setup.py.orig
nothing added to commit but untracked files present (use "git add" to
track)
We should add these to the .gitignore file
| Reporter | ||
Comment 1•13 years ago
|
||
Attachment #701213 -
Flags: review?(wlachance)
Comment 2•13 years ago
|
||
Comment on attachment 701213 [details] [diff] [review]
add more things to .gitignore
lgtm
Attachment #701213 -
Flags: review?(wlachance) → review+
| Reporter | ||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•