summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--.gitattributes3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
4 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48f5ab99fde9..5c5ad65784c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,4 +16,3 @@ pkgbase = hexeditor-git
sha512sums = SKIP
pkgname = hexeditor-git
-
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000000..37a4a692325f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+* text=auto
+.gitignore export-ignore
+.gitattributes export-ignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5618e5b5286b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
+!.gitattributes
diff --git a/PKGBUILD b/PKGBUILD
index e408f8bc4869..c93df7468c1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Alfredo Ramos <alfredo dot ramos at yandex dot com>
+# Maintainer: Alfredo Ramos <alfredo.ramos@skiff.com>
_pkgname=hexeditor
pkgname=${_pkgname}-git