http-parser icon indicating copy to clipboard operation
http-parser copied to clipboard

add .deps and .dirstamp to .gitignore

Open simsong opened this issue 8 years ago • 0 comments

I use http-parser in another project as a submodule. When I run autotools configure, it creates in the http-parser sub directory a directory and a file:

[user@localhost http-parser]$ git status
HEAD detached from 8d9e5db
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	.deps/
	.dirstamp

nothing added to commit but untracked files present (use "git add" to track)
[user@localhost http-parser]$

It would be super-nice to have git status not warn me about these two files generated by autotools.

simsong avatar Jul 13 '17 03:07 simsong