Skip to content

Commit

Permalink
Write a specific .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed Apr 28, 2024
1 parent 673f560 commit 1b3bb65
Showing 1 changed file with 3 additions and 56 deletions.
59 changes: 3 additions & 56 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,58 +1,5 @@
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
/.vscode
/build
*.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

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

# Other files
*.wuhb
*.lst
*.rpx
*.wps
*.wuhb

0 comments on commit 1b3bb65

Please sign in to comment.