1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-25 11:42:05 +00:00
Files
rricharz.Tek4010/.gitignore
Tom Russo df0a544fdf Make src/help.h ignored by git
src/help.h is generated from src/help.txt, so it shouldn't be tracked
by git. But src/help.txt *should* be.

This commit makes it so.
2024-06-02 15:57:18 -06:00

58 lines
480 B
Plaintext

# Prerequisites
*.d
# Object files
*.o
*.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
tek4010
apl/apltest
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# Temporary files
src/help.h