diff options
author | mail_redacted_for_web | 2024-07-28 13:22:23 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-07-28 13:22:23 +0200 |
commit | c128234add7191a08e96f95b7993287810bf2e3f (patch) | |
tree | 8e15566b18435b5213461dd0d1896cfe72ed7b70 | |
parent | 53f1d8568ef43a562b76cfbd16b677c3f7fbb2ce (diff) | |
download | goreleaser-chglog-c128234add7191a08e96f95b7993287810bf2e3f.tar.bz2 |
move files to OS specific folder
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | arch/.gitignore | 4 | ||||
-rw-r--r-- | arch/Makefile (renamed from Makefile) | 0 | ||||
-rw-r--r-- | arch/PKGBUILD (renamed from PKGBUILD) | 0 |
4 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ * !/.gitignore !/Makefile -!/PKGBUILD +!/arch diff --git a/arch/.gitignore b/arch/.gitignore new file mode 100644 index 0000000..1255cd2 --- /dev/null +++ b/arch/.gitignore @@ -0,0 +1,4 @@ +* +!/.gitignore +!/Makefile +!/PKGBUILD |