1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-01-11 02:42:09 +05:30
gists/c-programming/.gitignore

56 lines
554 B
Plaintext
Raw Normal View History

2024-01-31 22:24:38 +03:00
# Prerequisites
2024-02-20 19:36:12 +03:00
**/*.d
2024-01-31 22:24:38 +03:00
# Object files
2024-02-20 19:36:12 +03:00
**/*.o
**/*.ko
**/*.obj
**/*.elf
2024-01-31 22:24:38 +03:00
# Linker output
2024-02-20 19:36:12 +03:00
**/*.ilk
**/*.map
**/*.exp
2024-01-31 22:24:38 +03:00
# Precompiled Headers
2024-02-20 19:36:12 +03:00
**/*.gch
**/*.pch
2024-01-31 22:24:38 +03:00
# Libraries
2024-02-20 19:36:12 +03:00
**/*.lib
**/*.a
**/*.la
**/*.lo
2024-01-31 22:24:38 +03:00
# Shared objects (inc. Windows DLLs)
2024-02-20 19:36:12 +03:00
**/*.dll
**/*.so
**/*.so.*
**/*.dylib
2024-01-31 22:24:38 +03:00
# Executables
2024-02-20 19:36:12 +03:00
**/*.exe
**/*.out
**/*.app
**/*.i*86
**/*.x86_64
**/*.hex
2024-01-31 22:24:38 +03:00
# Debug files
2024-02-20 19:36:12 +03:00
**/*.dSYM/
**/*.su
**/*.idb
**/*.pdb
2024-01-31 22:24:38 +03:00
# Kernel Module Compile Results
2024-02-20 19:36:12 +03:00
**/*.mod*
**/*.cmd
**/.tmp_versions/
**/modules.order
**/Module.symvers
**/Mkfile.old
**/dkms.conf
2024-01-31 22:24:38 +03:00
# Custom
2024-02-20 19:36:12 +03:00
**/*.tmp