mirror of
https://github.com/arthur-pbty/optifetch.git
synced 2026-08-01 20:29:33 +02:00
20 lines
211 B
Plaintext
20 lines
211 B
Plaintext
# Exécutables et fichiers compilés
|
|
optifetch
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.exe
|
|
|
|
# Fichiers système
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Fichiers de configuration générés localement
|
|
optifetch.conf
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~ |