diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-02-07 20:47:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 20:47:36 -0500 |
| commit | 0f3f5f078ffff98f089cca2abf5ca91557821b25 (patch) | |
| tree | f433aac1498b3a847821c08f52d6713300548bf5 /.gitignore | |
| download | chip8-0f3f5f078ffff98f089cca2abf5ca91557821b25.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 |
