a232148e9c
Include AGENTS.md, which will function as a "master" reference for both AI agents.
73 lines
1.2 KiB
Plaintext
73 lines
1.2 KiB
Plaintext
## Generating .gitignore for: linux,archives,archlinuxpackages
|
|
# Created by https://www.toptal.com/developers/gitignore/api/linux,archives,archlinuxpackages
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,archives,archlinuxpackages
|
|
|
|
### Archives ###
|
|
# It's better to unpack these files and commit the raw source because
|
|
# git has its own built in compression methods.
|
|
*.7z
|
|
*.jar
|
|
*.rar
|
|
*.zip
|
|
*.gz
|
|
*.gzip
|
|
*.tgz
|
|
*.bzip
|
|
*.bzip2
|
|
*.bz2
|
|
*.xz
|
|
*.lzma
|
|
*.cab
|
|
*.xar
|
|
|
|
# Packing-only formats
|
|
*.iso
|
|
*.tar
|
|
|
|
# Package management formats
|
|
*.dmg
|
|
*.xpi
|
|
*.gem
|
|
*.egg
|
|
*.deb
|
|
*.rpm
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
*.txz
|
|
|
|
### ArchLinuxPackages ###
|
|
*.tar.*
|
|
*.exe
|
|
*.log
|
|
*.log.*
|
|
*.sig
|
|
|
|
pkg/
|
|
src/
|
|
|
|
### Linux ###
|
|
*~
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
.fuse_hidden*
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
.nfs*
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/linux,archives,archlinuxpackages
|
|
|
|
# AI sessions and project overviews
|
|
.remember
|
|
.gemini*
|
|
.claude*
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
AGENTS.md
|