cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

.gitignore (929B)


      1# Prerequisites
      2*.d
      3
      4# Object files
      5*.o
      6*.ko
      7*.obj
      8*.elf
      9
     10# Linker output
     11*.ilk
     12*.map
     13*.exp
     14
     15# Precompiled Headers
     16*.gch
     17*.pch
     18
     19# Libraries
     20*.lib
     21*.a
     22*.la
     23*.lo
     24
     25# Shared objects (inc. Windows DLLs)
     26*.dll
     27*.so
     28*.so.*
     29*.dylib
     30
     31# Executables
     32*.exe
     33*.out
     34*.app
     35*.i*86
     36*.x86_64
     37*.hex
     38
     39# Debug files
     40*.dSYM/
     41*.su
     42*.idb
     43*.pdb
     44
     45# Kernel Module Compile Results
     46*.mod*
     47*.cmd
     48.tmp_versions/
     49modules.order
     50Module.symvers
     51Mkfile.old
     52dkms.conf
     53build/
     54*.user
     55*.opendb
     56*.db
     57*.suo
     58gbdk-support/Debug/
     59gbdk-support/bankpack/bankpack
     60gbdk-support/gbcompress/gbcompress
     61gbdk-support/ihxcheck/ihxcheck
     62gbdk-support/lcc/lcc
     63gbdk-support/png2mtspr/png2mtspr
     64gbdk-support/png2asset/png2asset
     65gbdk-support/makecom/makecom
     66as/bin
     67link/bin
     68maccer
     69link/Debug/
     70link/.vs/
     71far_fixer/Debug/
     72far_fixer/.vs/
     73[Dd]ebug/
     74
     75# Auto-generated make.bat and compile.bat (from Makefiles)
     76make.bat
     77compile.bat
     78
     79# Doc generation files
     80gbdk-lib/doc/
     81
     82# VS.Code folder
     83.vscode