aboutsummarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRoland Kiraly2024-06-06 10:31:25 +0100
committerRoland Kiraly2024-06-06 10:31:25 +0100
commiteeed9d64c4ec1ae08ba057399f1d2702000a2ab8 (patch)
treebbe918473b698433188bec644867bf9bb65e3f1a /.gitignore
parent182564954b4ba5c508f065b399c7058623166403 (diff)
downloadaur-eeed9d64c4ec1ae08ba057399f1d2702000a2ab8.tar.gz
Update nordlayer-bin package to version 3.2.2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 17 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index ed46f0304a07..c2c20e398039 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,17 @@
-.idea
-pkg
-nordlayer-*
-nordlayer_*
-pkg
-src \ No newline at end of file
+# Ignore binary packages
+*.pkg.tar.zst
+*.deb
+
+# Ignore source directory
+/src/
+/pkg/
+
+# Ignore backup and temporary files
+*~
+.*.swp
+.DS_Store
+
+# Ignore build files
+build/
+tmp/
+log/