Files
oboe/.gitignore
Celtic Minstrel 1f5a1118f8 Some test cases for saving scenarios, and fix some bugs they revealed
- Fix variable town entry and saved item rects not being saved if they referenced an invalid town
- Fix "blank" scenario timers being saved
- Fix junk data appearing in timers
- Output operators for location and rectangle types
- Set timer node_type to 2 when loading from town record
2015-07-01 18:05:42 -04:00

76 lines
1.1 KiB
Plaintext

# Compiled Object files
*.slo
*.lo
*.o
*.res
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
# Executables
*.exe
*.out
*.app
# Win32 Code::Blocks directories and trash
Win32/*/bin
Win32/*/obj
*.layout
*.depend
*blades.ini
# build.sh output directories and files
obj/
exe/
configvars.make
# XCode Junk Files
src/*.xcodeproj/**/xcuserdata
src/*.xcodeproj/**/*.xccheckout
src/*.xcodeproj/*.mode*
src/*.xcodeproj/*.pbxuser
# Visual Studio Junk Files
src/*.vsproj/*sdf
src/*.vsproj/*/*.user
src/*.vsproj/*.suo
src/*.vsproj/*.aps
src/*.vsproj/*/*.aps
src/*.vsproj/*/Debug/
src/*.vsproj/*/Release/
src/*.vsproj/Debug/
src/*.vsproj/Release/
src/*.vsproj/*/ipch/
# Generated NSIS script file
src/*.vsproj/Installer/data.nsi
# Shader Builder projects
# It's an sqlite3 database and not particularly important, so exclude it
src/tools/*.sbproj
# Doxygen stuff
src/doxy/html/
src/doxy/doxy_warnings.txt
# Mac junk files
.DS_Store
# Windows junk files
Thumbs.db
# Test case junk files
test/junk/*.xml
test/junk/*.spec
test/junk/*.map
# Misc
oldstructs.txt