cpfm/.gitignore

21 lines
175 B
Plaintext
Raw Normal View History

2018-01-11 21:47:59 +01:00
# Compiled object files
*.o
# Temp files
*~
*.swp
# Build folders
build/
obj/
bin/
# CMake stuff
Makefile
CMakeCache.txt
cmake_install.cmake
CMakeFiles/
# VSCode
.vscode/