uvg266/.gitignore
Ari Koivula 18c3d9c72d Add scons build script.
We will also maintain the Makefile for basic building. This is for more
complicated stuff, like building the project on command line with
Visual Studio.
2014-02-19 16:58:52 +02:00

13 lines
116 B
Plaintext

# Build files
/bin
/build
/scons_build_*
# Generated documentation
/doxygen_html
/doxygen
# Other files
*.exe
*.o