Create .gitignore

This commit is contained in:
Alex 2013-02-16 12:16:31 -08:00
parent 45a694b64f
commit 9175ad64ff

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# Object files
*.o
*.obj
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# CMake
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt