diff options
author | 2017-07-03 10:20:38 -0400 | |
---|---|---|
committer | 2017-07-18 10:05:06 -0400 | |
commit | e5f752082e94c54c8a554dcc805541342149e387 (patch) | |
tree | c002c1b8c420e0e2e37977ae4dbf50fbde1c36a4 /shell-completion | |
parent | python: remove star imports (diff) | |
download | systemd-e5f752082e94c54c8a554dcc805541342149e387.tar.gz systemd-e5f752082e94c54c8a554dcc805541342149e387.tar.bz2 systemd-e5f752082e94c54c8a554dcc805541342149e387.zip |
build-sys: drop gitignore patterns for in-tree builds
... and other autotools-generated files.
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/.gitignore | 1 | ||||
-rw-r--r-- | shell-completion/zsh/.gitignore | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/shell-completion/bash/.gitignore b/shell-completion/bash/.gitignore deleted file mode 100644 index 016e09d1e..000000000 --- a/shell-completion/bash/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/systemctl diff --git a/shell-completion/zsh/.gitignore b/shell-completion/zsh/.gitignore deleted file mode 100644 index 75f13ad6d..000000000 --- a/shell-completion/zsh/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/_systemctl |