diff options
| author | sanine-a <sanine.not@pm.me> | 2020-05-20 18:10:16 -0500 |
|---|---|---|
| committer | sanine-a <sanine.not@pm.me> | 2020-05-20 18:10:16 -0500 |
| commit | 447c3de585cca51013b17017d968e3aee53f5c87 (patch) | |
| tree | a728c4de651c4df82bc09ecc60672ab4798b4491 /.gitignore | |
an initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..446a8d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*~ +*.a +CMakeCache.txt +CMakeFiles/* +Makefile + +cmake_install.cmake + +doc/html |
