summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore15
-rw-r--r--patch21
2 files changed, 15 insertions, 21 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..57992bcb6b85
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+*.log
+*.rpm
+*.deb
+*.tar*
+*.gz
+*.zip
+*.run
+*.whl
+*.AppImage
+*.jar
+*.tgz
+*.pdf
+whatweb/
+src/
+pkg/
diff --git a/patch b/patch
deleted file mode 100644
index 4990174efc2a..000000000000
--- a/patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/Makefile 2019-06-30 21:53:44.499907157 +0200
-+++ b/Makefile 2019-06-30 21:57:10.902605185 +0200
-@@ -17,7 +17,6 @@
- cp -p -r my-plugins $(DESTDIR)$(LIBPATH)/$(NAME)/
- cp -p -r plugins-disabled plugins lib plugin-development addons $(DESTDIR)$(LIBPATH)/$(NAME)/
- cp -p -r CHANGELOG INSTALL LICENSE README.md whatweb.xsl $(DESTDIR)$(DOCPATH)/$(NAME)/
-- bundle install
-
- clean:
- # clean will remove your my-plugins folder. be warned
---- a/whatweb 2019-06-30 21:53:44.766573026 +0200
-+++ b/whatweb 2019-06-30 22:07:08.613968424 +0200
-@@ -34,7 +34,7 @@
-
- $:.unshift(File.join(File.expand_path(File.dirname(__FILE__)), '.'))
-
--require 'lib/whatweb'
-+require '/usr/share/whatweb/lib/whatweb'
-
- #
- # Command-line usage information (full)