sos

[unmaintained] experimenting with low level OS development
Log | Files | Refs | README | LICENSE

.gitignore (294B)


      1 documents # copyright restrictions
      2 
      3 # Object files
      4 *.o
      5 *.ko
      6 *.obj
      7 *.elf
      8 
      9 # Precompiled Headers
     10 *.gch
     11 *.pch
     12 
     13 # Libraries
     14 *.lib
     15 *.a
     16 *.la
     17 *.lo
     18 
     19 # Shared objects (inc. Windows DLLs)
     20 *.dll
     21 *.so
     22 *.so.*
     23 *.dylib
     24 
     25 # Executables
     26 *.exe
     27 *.out
     28 *.app
     29 *.i*86
     30 *.x86_64
     31 *.hex
     32 *.bin
     33 *.img
     34 
     35 # Debug files
     36 *.dSYM/