The-Powder-Toy/.gitignore
jacob1 6bd068713e recording improvements
remove 'r' record shortcut
add tpt.record function. Still gives the user a confirm prompt
recordings now go into recordings/<timestamp>/, where timestamp is the time the recording was started. <timestamp> is returned by the tpt.record function. Each new recording starts the filenames over at 0 again.

you probably still need a lua script to use the recording feature, this should make it easier for those
2017-09-04 14:06:28 -04:00

70 lines
660 B
Plaintext

*nohup.out
*.swp
*.o
*.exe
*.user
*.dll
*.a
*.la
*~
*.pref
*.lua
*.sh
stdout.txt
stderr.txt
build*/*
stamps/*
Saves/*
scripts/*
generated/*
includes/*
recordings/
font/*
generate
Makefile.me
*.xcodeproj
.DS_Store
*.plist
*.lproj
*.vcxproj*
*.opensdf
*.sdf
*.user
*.filter
*.sln
*.suo
*.manifest
*.manifest.res
*manifest.rc
*res.res
*.idb
*.obj
*.tlog
*.lib
*.ipch
*.ilk
*.log
*.lastbuildstate
*.unsuccessfulbuild
*.pdb
*.db
*.sublime-*
*.project
*.cproject
*.settings
*.cbp
*.layout
*.config
*.creator*
*.files
*.includes
config.log
*.sconsign.dblite
*.sconf_temp
*.gch
*.pyc
site_scons/site_tools/mfprogram/*.pyc
site_scons/site_tools/gch/*.pyc
screenshot_*