diff options
| author | Joe Hunkeler <jhunk@roden.local.stsci.edu> | 2021-05-04 17:34:38 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-05-04 21:14:16 -0400 |
| commit | ea6e2613aca23c84373e686d739498969062f79e (patch) | |
| tree | ba9cf39409056cad0b65a4ee953856230e73196b /.gitignore | |
| download | cleanpath-ea6e2613aca23c84373e686d739498969062f79e.tar.gz | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6df3236 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.idea +cmake-build-* +*.o +*.cbp +*.so.* +*.so +*.a +*.dylib* |
