diff options
| author | Mathieu Lirzin <mthl@openmailbox.org> | 2015-07-06 10:47:22 +0200 |
|---|---|---|
| committer | Mathieu Lirzin <mthl@openmailbox.org> | 2015-07-07 20:01:35 +0200 |
| commit | 7eff42432b2ae3a030bfd0bf8d572b771f8d8a2b (patch) | |
| tree | d58908c65a46e3346d6365e5041530a90263dbe3 | |
| parent | e0884109847787f1e24258829a375dab9e40485b (diff) | |
Prevent Git from silently ignoring new files.
* .gitignore: Ignore only specific files instead of the whole
'build-aux' directory.
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a0f19d76123..c1061d73e51 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -4,7 +4,16 @@ | |||
| 4 | *.go | 4 | *.go |
| 5 | tmp | 5 | tmp |
| 6 | *.log | 6 | *.log |
| 7 | /build-aux | 7 | /build-aux/compile |
| 8 | /build-aux/config.guess | ||
| 9 | /build-aux/config.rpath | ||
| 10 | /build-aux/config.sub | ||
| 11 | /build-aux/depcomp | ||
| 12 | /build-aux/install-sh | ||
| 13 | /build-aux/mdate-sh | ||
| 14 | /build-aux/missing | ||
| 15 | /build-aux/test-driver | ||
| 16 | /build-aux/texinfo.tex | ||
| 8 | /configure | 17 | /configure |
| 9 | Makefile.in | 18 | Makefile.in |
| 10 | Makefile | 19 | Makefile |
