# .gitignore for brainfuck.

# ignore the .cproject and .project file generated by Eclipse.
.cproject
.project

# ignore the output of the C compiler.
Debug
bin
lib
build
Testing

# CMake Files
Makefile
CMakeCache.txt
CMakeFiles
cmake_install.cmake
install_manifest.txt

brainfuck.rb
CmakeListsINSTALL.txt
libbrainfuck.a
brainfuck

