After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 627863 - gitignore: Put common ignores in the root .gitignore
gitignore: Put common ignores in the root .gitignore
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: core
git master
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2010-08-24 18:13 UTC by Damien Lespiau
Modified: 2010-08-26 13:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
common ignores in root .gitignore (79.38 KB, application/octet-stream)
2010-08-24 18:13 UTC, Damien Lespiau
  Details
.gitignore cleanup - the real thing (2.42 KB, patch)
2010-08-25 15:02 UTC, Damien Lespiau
none Details | Review

Description Damien Lespiau 2010-08-24 18:13:39 UTC
Created attachment 168663 [details]
common ignores in root .gitignore

Putting common ignores in the root file makes some gitignore files
unecessary, reducing the maintainance of the .gitignore files.
Comment 1 Víctor Manuel Jáquez Leal 2010-08-25 11:27:52 UTC
(In reply to comment #0)
> Created an attachment (id=168663) [details]
> common ignores in root .gitignore
> 
> Putting common ignores in the root file makes some gitignore files
> unecessary, reducing the maintainance of the .gitignore files.

The uploaded patch is not the correct one. It isn't related to the .gitignore files :S
Comment 2 Damien Lespiau 2010-08-25 15:02:45 UTC
Created attachment 168740 [details] [review]
.gitignore cleanup - the real thing

Ooops, indeed. Hopefully this one is the right one now :p
Comment 3 Víctor Manuel Jáquez Leal 2010-08-26 13:57:28 UTC
Committed.

commit 1bbb33f76075cdfda3b480d80b2cbb2559dc1f06
Author: Damien Lespiau <damien.lespiau@intel.com>
Date:   Mon Aug 23 11:49:04 2010 +0100

    gitignore: Put common ignores in the root .gitignore
    
    Putting common ignores in the root file makes some gitignore files
    unecessary, reducing the maintainance of the .gitignore files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=627863