dots/.gitignore

85 lines
706 B
Plaintext
Raw Normal View History

2021-12-21 00:45:53 +01:00
# Global gitignore
2020-02-18 19:47:43 +01:00
# ______________________________
2021-12-21 00:45:53 +01:00
# General
2020-04-07 22:25:12 +02:00
.idea/
log/
*.log
2021-12-21 00:45:53 +01:00
# Node
2020-02-18 19:47:43 +01:00
npm-debug.log
node_modules
2021-12-21 00:45:53 +01:00
# Python
2020-04-07 22:25:12 +02:00
*.pyc
2021-12-21 00:45:53 +01:00
# Folder view
2020-02-18 19:47:43 +01:00
.DS_Store
2020-04-07 22:25:12 +02:00
Desktop.ini
2020-02-18 19:47:43 +01:00
2021-12-21 00:45:53 +01:00
# Thumbnail cache
2020-02-18 19:47:43 +01:00
Thumbs.db
2023-04-14 17:34:14 +02:00
# Prerequisites, but not directories
2021-12-21 00:45:53 +01:00
*.d
2023-04-14 17:34:14 +02:00
!*.d/
2020-12-10 15:21:02 +01:00
2021-12-21 00:45:53 +01:00
# Object files
2020-12-10 15:21:02 +01:00
*.o
2021-12-21 00:45:53 +01:00
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
/sent
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# Temp files
*.swo
*.swp
*~
2021-12-31 12:38:19 +01:00
# Dotenv
.env