On Fri, May 8, 2015 at 11:11 AM, Anand Jain <Anand.Jain@xxxxxxxxxx> wrote: > > > btrfs-progs/.gitignore > :: > Makefile > Documentation/Makefile > > why ? Why not? Autotools generates Makefile from Makefile.in (or a Makefile.am in other setups). Every single project I've ever seen using autotools has Makefile listed in .gitignore. Examples: https://github.com/apache/couchdb/blob/1.6.x/.gitignore https://github.com/memcached/memcached/blob/master/.gitignore (...) > -- > To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Filipe David Manana, "Reasonable men adapt themselves to the world. Unreasonable men adapt the world to themselves. That's why all progress depends on unreasonable men." -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
