aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-04-21 12:23:25 -0500
committerAnthony Wang2022-04-21 12:23:25 -0500
commit6d05da9986b1207fb654b49461c21ec3e0f043f0 (patch)
tree167492b0d6bed126123d86bf3159a5deaefd15a5
parentb890783bf60c344e6c2932be204c16c72ce1a927 (diff)
Remove useless .gitignore
-rw-r--r--.gitignore54
1 files changed, 0 insertions, 54 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index cd531cf..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,54 +0,0 @@
-# ---> C
-# 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/
-modules.order
-Module.symvers
-Mkfile.old
-dkms.conf
-