mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Prevent Git from silently ignoring new files.
* .gitignore: Ignore only specific files instead of the whole 'build-aux' directory.
This commit is contained in:
parent
e088410984
commit
7eff42432b
1 changed files with 10 additions and 1 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -4,7 +4,16 @@
|
|||
*.go
|
||||
tmp
|
||||
*.log
|
||||
/build-aux
|
||||
/build-aux/compile
|
||||
/build-aux/config.guess
|
||||
/build-aux/config.rpath
|
||||
/build-aux/config.sub
|
||||
/build-aux/depcomp
|
||||
/build-aux/install-sh
|
||||
/build-aux/mdate-sh
|
||||
/build-aux/missing
|
||||
/build-aux/test-driver
|
||||
/build-aux/texinfo.tex
|
||||
/configure
|
||||
Makefile.in
|
||||
Makefile
|
||||
|
|
Loading…
Reference in a new issue