summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorClaudia Pellegrino2022-11-02 22:20:08 +0100
committerClaudia Pellegrino2022-11-02 22:23:54 +0100
commitef9cf16c6f09b08dd5e5b41e7d9c889db5718dbf (patch)
tree46554d9cb32f9a2e8a78d2569785d02924f84e00 /.gitignore
parent81d25143a9597585fbdc7c21195c3b108bd91c12 (diff)
downloadaur-ef9cf16c6f09b08dd5e5b41e7d9c889db5718dbf.tar.gz
Accommodate filename changed upstream
The `firefox-developer-edition` now has a file named /usr/share/applications/firefoxdeveloperedition.desktop, which requires a change in the regex in order to avoid a conflict.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 01ad39a0f917..0386de7117a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/.vscode
-/pkg
-/src
+/pkg/
+/src/
+*.log
*.tar.*