1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-07-26 05:27:46 +00:00

Update .gitignore

This commit is contained in:
RGBCube 2022-11-02 22:44:30 +03:00
parent 4ca51ab52e
commit 01d9ddf81d

22
.gitignore vendored
View file

@ -1,48 +1,31 @@
# 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
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
@ -50,3 +33,8 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf
run/
.idea/
*.iml
*.ipr
*.iws