summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2019-08-02 16:45:32 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-02 16:45:32 -0700
commit8e0408d5124894cb52140d833f9aef49aa44a27f (patch)
tree7289cdebf29b28e0c2977fece5e8842690cad5fe
parent1ca65fd045ff0aad723cfb4c740ee9250ae5c360 (diff)
parentda91ce4f1aef2abdccdd02d7cb4e3acc44c248f2 (diff)
Remove a few more files am: 7053edb309 am: 315f06e8de am: 3c3fb89c6b
am: da91ce4f1a Change-Id: I3644de8571a8fa6b09f22655df860cca3bc87412
-rw-r--r--.ackrc2
-rw-r--r--.cirrus.yml12
-rw-r--r--.dir-locals.el47
-rw-r--r--.github/ISSUE_TEMPLATE/issue-report.md16
-rw-r--r--.travis.yml23
5 files changed, 0 insertions, 100 deletions
diff --git a/.ackrc b/.ackrc
deleted file mode 100644
index c8f5d0a..0000000
--- a/.ackrc
+++ /dev/null
@@ -1,2 +0,0 @@
---ignore-dir=build
---ignore-dir=doc/html
diff --git a/.cirrus.yml b/.cirrus.yml
deleted file mode 100644
index 1d6d8c1..0000000
--- a/.cirrus.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# Build libfuse on FreeBSD, but don't run the tests.
-# More work is required to make the tests work.
-task:
- name: FreeBSD
- freebsd_instance:
- image: freebsd-12-0-release-amd64
- install_script: pkg install -y meson ninja
- script:
- - mkdir build
- - cd build
- - meson ..
- - ninja
diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index 628f512..0000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,47 +0,0 @@
-((python-mode . ((indent-tabs-mode . nil)))
- (autoconf-mode . ((indent-tabs-mode . t)))
- (c++-mode . ((c-file-style . "k&r")
- (indent-tabs-mode . nil)
- (c-basic-offset . 4)
- (c-file-offsets .
- ((block-close . 0)
- (brace-list-close . 0)
- (brace-list-entry . 0)
- (brace-list-intro . +)
- (case-label . 0)
- (class-close . 0)
- (defun-block-intro . +)
- (defun-close . 0)
- (defun-open . 0)
- (else-clause . 0)
- (inclass . +)
- (label . 0)
- (statement . 0)
- (statement-block-intro . +)
- (statement-case-intro . +)
- (statement-cont . +)
- (substatement . +)
- (topmost-intro . 0)))))
- (c-mode . ((c-file-style . "stroustrup")
- (indent-tabs-mode . t)
- (tab-width . 8)
- (c-basic-offset . 8)
- (c-file-offsets .
- ((block-close . 0)
- (brace-list-close . 0)
- (brace-list-entry . 0)
- (brace-list-intro . +)
- (case-label . 0)
- (class-close . 0)
- (defun-block-intro . +)
- (defun-close . 0)
- (defun-open . 0)
- (else-clause . 0)
- (inclass . +)
- (label . 0)
- (statement . 0)
- (statement-block-intro . +)
- (statement-case-intro . +)
- (statement-cont . +)
- (substatement . +)
- (topmost-intro . 0))))))
diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md
deleted file mode 100644
index 277537e..0000000
--- a/.github/ISSUE_TEMPLATE/issue-report.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-name: Issue report
-about: Create a report to help us improve
-title: ''
-labels: ''
-assignees: ''
-
----
-
-PLEASE READ BEFORE REPORTING AN ISSUE
-
-libfuse does not have any active, regular contributors or developers. The current maintainer continues to apply pull requests and tries to make regular releases, but unfortunately has no capacity to do any development beyond addressing high-impact issues. When reporting bugs, please understand that unless you are including a pull request or are reporting a critical issue, you will probably not get a response.
-
-To prevent the issue tracker from being flooded with issues that no-one is intending to work on, and to give more visibilty to critical issues that users should be aware of and that most urgently need attention, I will also close most bug reports once they've been inactive for a while.
-
-Please note that this isn't meant to imply that you haven't found a bug - you most likely have and I'm grateful that you took the time to report it. Unfortunately, libfuse is a purely volunteer driven project, and at the moment there simply aren't any volunteers.
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index bb1fbf9..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-sudo: required
-dist: xenial
-
-language:
- - c
- - c++
-addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - doxygen
- - valgrind
- - clang
- - libstdc++-7-dev
- - gcc
- - gcc-7
- - python3-pip
- - python3-setuptools
- - ninja-build
-install: test/travis-install.sh
-script: test/travis-build.sh
-