fangflecked-old

old project. ive since repurposed the name
git clone git://moonbender.net/fangflecked-old
Log | Files | Refs | README

.gitignore (1183B)


      1 # Leave out all config files (except autoexecs) for now
      2 # FTE autogenerates them anyway
      3 # IMPORTANT: Particle effects are also defined in files with .cfg
      4 # extension (in fangflecked/particles) do NOT ignore these!!
      5 fte.cfg
      6 config.cfg
      7 
      8 # Misc engine logs
      9 maptimes.txt
     10 conhistory.txt
     11 
     12 # .lno files are for FTEQCC error debugging.
     13 # Stuff that should be sorted out before you commit.
     14 *.lno
     15 
     16 # Stuff involved in map compiles. See no need to commit it.
     17 *.log
     18 *.prt
     19 *.vis
     20 *.srf
     21 *.lin
     22 
     23 # Think the windows compiling gui might've generated this one?
     24 *.bat
     25 
     26 # Autosave stuff
     27 *.blend1
     28 *.png~
     29 *.tga~
     30 *.kra~
     31 sourcefiles/mapsrc/autosave
     32 
     33 # Trenchbroom crash autosaves / logs
     34 # Again, this is stuff that should be sorted out
     35 # before you commit.
     36 *-crash.map
     37 *-crash.log
     38 *-crash-*
     39 *-crash.txt
     40 
     41 # WILL REMOVE THIS EVENTUALLY
     42 # None of our maps use colored lighting ATM
     43 # so it's just clutter.
     44 # (also my map compiling shell script doesn't
     45 # put them in the correct place right now, lol)
     46 *.lit
     47 
     48 # These files are used for deluxemapping in fteqw
     49 # they seem to be autogenerated
     50 # ericw tools can compile them as well
     51 # I don't think we need them unless we use normalmapping
     52 # (and no RT lights)
     53 *.lux