add *.d to .gitignore
they are generated by the dependencies in priv/
Hm, I don't have such. How does they looks like?
Which dependencies in priv? *.d seems a bit overly general, perhaps limit to the directory they affect?
file list
priv/couch_ejson_compare/couch_ejson_compare.d
priv/couch_js/http.d
priv/couch_js/main.d
priv/couch_js/utf8.d
priv/couch_js/util.d
priv/icu_driver/couch_icu_driver.d
example file content:
(01:12:21) [robert@tequila-osx] ~/apache/couchdb/src/couch (master) $ cat priv/couch_js/utf8.d
priv/couch_js/utf8.o: priv/couch_js/utf8.c /usr/local/include/js/jsapi.h \
/usr/local/include/js/js-config.h /usr/local/include/js/jspubtd.h \
/usr/local/include/js/jstypes.h /usr/local/include/js/jsautocfg.h \
/usr/local/include/js/jsinttypes.h /usr/local/include/js/jsotypes.h \
/usr/local/include/js/jscompat.h /usr/local/include/js/jslong.h \
/usr/local/include/js/jsval.h /usr/local/include/js/jsutil.h \
/usr/local/include/js/jsproto.tbl /usr/local/include/js/jsversion.h \
priv/couch_js/config.h
@kxepal @davisp : Bump for a great justice. *.d files in question appears to be "deps files" generated by rebar's port_compiler. rebar 2.6.1 has a habit to leave them behind.
@robertkowalski I'd suggest to make it priv/**/*.d, just to be on a safe side
+1 to making it priv/*/.d
Erp! Formatting
priv/**/*.d