Added source-code.
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# Ignore binary files
|
||||
bin/*
|
||||
|
||||
# Ignore CMake files
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
|
||||
# Ignore library and include files
|
||||
libs/*
|
||||
include/*
|
Reference in New Issue
Block a user