summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile8
2 files changed, 0 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 02f93e9637ab..4df5cbd2d036 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
*
!.SRCINFO
!.gitignore
-!Makefile
!PKGBUILD
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 51132ebe0d2a..000000000000
--- a/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-update::
- makepkg --printsrcinfo > .SRCINFO
-
-install::
- makepkg -si
-
-clean::
- git clean -fdx