diff options
author | lshprung <lshprung@yahoo.com> | 2021-03-17 16:39:41 -0700 |
---|---|---|
committer | lshprung <lshprung@yahoo.com> | 2021-03-17 16:39:41 -0700 |
commit | b1e4742b8983aabdcd3fcd24d6623582c3b3d28c (patch) | |
tree | d64ce777a0fce1ae135e980c3dabf155b6a53a33 /.gitignore | |
parent | 747a0033329875be91edaee6d1c4ccea65e594dc (diff) |
Added Windows compile instructions
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..8c1b636 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +* +!.gitignore +!*.c +!docs +!docs/* +!include +!include/*.h +!unix +!unix/* +!windows +!windows/* |