Files
oboe/.gitignore
Sylae Jiendra Corell 29906153cf Configure file, partial 64-bit support
Thanks to @redsaurus we've now got (partial) 64-bit support. The game and sounds dll now compile under x64.

I've also added a simple python configure script (based off of Arancaytar's cburschka/cadence script) to quickly allow changing compilers.
Gone are the days of three different Makefiles!
2014-06-17 14:36:17 -06:00

30 lines
283 B
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
.config.vars