diff options
author | bart <bart@bartabox> | 2022-10-25 16:56:06 +0200 |
---|---|---|
committer | bart <bart@bartabox> | 2022-10-25 16:56:06 +0200 |
commit | c5df3bd1430b8b3f66036374ba144763e5903821 (patch) | |
tree | 45c377abe6e78d8145d905bf1956b718f78e8ecb /.gitignore | |
download | pkgbuilds-c5df3bd1430b8b3f66036374ba144763e5903821.tar.gz pkgbuilds-c5df3bd1430b8b3f66036374ba144763e5903821.tar.xz pkgbuilds-c5df3bd1430b8b3f66036374ba144763e5903821.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7446231 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pkg.tar.xz +lighthouse/ +pkg/ +src/ |