diff options
| author | Jakub Kądziołka <kuba@kadziolka.net> | 2020-07-17 15:23:53 +0200 |
|---|---|---|
| committer | Jakub Kądziołka <kuba@kadziolka.net> | 2020-07-17 15:23:53 +0200 |
| commit | d6b05ba3534b030f8de976e340c19ac8a4118ff4 (patch) | |
| tree | 2af4b4ed31501da8b2bee053a33eced8490e9a00 /.gitignore | |
| parent | e28a824f0899a3291bdbe35f68f123171c959dd4 (diff) | |
gitignore: Don't ignore daemon source code.
Remove files that are included in the repository from .gitignore. This
improves the behavior of some code-searching tools.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index f420d4228e8..f630444a0fa 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -89,17 +89,8 @@ | |||
| 89 | /m4/nls.m4 | 89 | /m4/nls.m4 |
| 90 | /m4/po.m4 | 90 | /m4/po.m4 |
| 91 | /m4/progtest.m4 | 91 | /m4/progtest.m4 |
| 92 | /nix-setuid-helper | ||
| 93 | /nix/AUTHORS | ||
| 94 | /nix/COPYING | ||
| 95 | /nix/config.h | 92 | /nix/config.h |
| 96 | /nix/config.h.in | 93 | /nix/config.h.in |
| 97 | /nix/nix-daemon/nix-daemon.cc | ||
| 98 | /nix/nix-setuid-helper/nix-setuid-helper.cc | ||
| 99 | /nix/scripts/authenticate | ||
| 100 | /nix/scripts/list-runtime-roots | ||
| 101 | /nix/scripts/offload | ||
| 102 | /nix/scripts/substitute | ||
| 103 | /po/doc/*.mo | 94 | /po/doc/*.mo |
| 104 | /po/guix/*.gmo | 95 | /po/guix/*.gmo |
| 105 | /po/guix/*.insert-header | 96 | /po/guix/*.insert-header |
