diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-08-30 00:55:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-30 00:55:28 -0400 |
| commit | c1e235d28d16151d42ce409bc446af8ca77d1efc (patch) | |
| tree | 8c845c9b81d543a777a5775b9bd1f683336ffd02 /.gitignore | |
| download | multihome-c1e235d28d16151d42ce409bc446af8ca77d1efc.tar.gz | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46f42f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps |
