lnk: added .gitignore-global

This commit is contained in:
Lnk User
2025-06-26 18:27:38 +02:00
parent b5ec8d9bd7
commit 93ed18f4ca
2 changed files with 69 additions and 0 deletions

68
.gitignore-global Normal file
View File

@@ -0,0 +1,68 @@
###################
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
############
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
######################
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
##################
# Editor's files #
##################
*~
*.swp
.idea/
.settings/
.classpath
# Francois discussion
*.iml
.project
.vscode/
##############
# Java files #
##############
target/
*.class
.svn/
################
# Python files #
################
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
venv/
##################
# Packaging app' #
##################
.pixi/

1
.lnk
View File

@@ -5,3 +5,4 @@
.emacs
.fzf_custom
.gitconfig
.gitignore-global