diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-04-27 14:39:13 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-04-27 14:39:13 +0300 |
| commit | 26dee10dcc64405b2f729efebf6e4e783b280d15 (patch) | |
| tree | 4668e4e9b5f01c63d1477bace14ecf843934ab5d /.gitignore | |
| parent | f0b570f7de7454272fc16d29d14b52960d790a5a (diff) | |
Add initial files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 56 |
1 files changed, 1 insertions, 55 deletions
@@ -1,55 +1 @@ -# 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 - -# debug information files -*.dwo +.build/ |