On Thu, 2014-07-10 at 16:13 -0700, Jonathan Nieder wrote:
> Hi,
>
> Jacob Keller wrote:
>
> > Subject: gitignore: add .version as this is generated during a make
>
> What program generates that file? When I build on a Debian machine, I
> get
>
> $ make
> [...]
> SUBDIR te
Jonathan Nieder writes:
> Jacob Keller wrote:
>
>> Subject: gitignore: add .version as this is generated during a make
>
> What program generates that file? When I build on a Debian machine, I
> get
>
> $ make
> [...]
> SUBDIR templates
> $ ls -la .version
> ls:
Hi,
Jacob Keller wrote:
> Subject: gitignore: add .version as this is generated during a make
What program generates that file? When I build on a Debian machine, I
get
$ make
[...]
SUBDIR templates
$ ls -la .version
ls: cannot access .version: No suc
Signed-off-by: Jacob Keller
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index e0710ad5b294..098dcdfe1ea7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
/*.d
/*.o
+/.version
/hwstamp_ctl
/phc2sys
/pmc
--
2.0.1.475.g9b8d714
--
To unsub
4 matches
Mail list logo