Added .gitignore.
This commit is contained in:
parent
e6a3205e18
commit
aecb04c7ac
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
# https://github.com/github/gitignore/blob/master/CMake.gitignore
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
CMakeScripts
|
||||||
|
Makefile
|
||||||
|
cmake_install.cmake
|
||||||
|
install_manifest.txt
|
||||||
|
*.cmake
|
||||||
|
#Additions to https://github.com/github/gitignore/blob/master/CMake.gitignore
|
||||||
|
Testing
|
||||||
|
compile_commands.json
|
||||||
|
|
||||||
|
# executables
|
||||||
|
http_examples
|
||||||
|
https_examples
|
||||||
|
parse_test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue