diff options
author | Ricardo Constantino | 2024-06-13 15:35:19 +0100 |
---|---|---|
committer | Ricardo Constantino | 2024-06-13 15:36:11 +0100 |
commit | cca656f4e0bbae70ed335128c8c7d6e529a37d9d (patch) | |
tree | c7e23e62f4a3a9225c92d719563b4f4d5ba6c194 /.gitignore | |
download | aur-nginx-mod-zip.tar.gz |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..90eca1a4f2d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.zip +*.jar +*.tar +*.tgz +*.tbz2 +*.gz +*.bz2 +*.xz +*.gem +*.run +*.deb +*.rpm +*.sig +*.log +*.zst +/src +/pkg +*.kate-swp |