diff options
author | Malfurious <m@lfurio.us> | 2020-07-13 03:20:50 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2020-07-13 03:20:50 -0400 |
commit | 32ae5aef3f93afc6a1292c8bc1c0017109a1b269 (patch) | |
tree | b8ffd74bcee62a5190497e80dbb6a9a9ba376d73 | |
parent | c31d54f733eb6075e69fea67289f66eceb5635a7 (diff) | |
download | compass-32ae5aef3f93afc6a1292c8bc1c0017109a1b269.tar.gz compass-32ae5aef3f93afc6a1292c8bc1c0017109a1b269.zip |
Add .gitignore file
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8dd539a --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +CMake* +cmake* +Make* +install_manifest.txt +!CMakeLists.txt + +compass +.compasskeychain |