diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-18 12:10:48 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-18 12:10:48 -0500 |
commit | 225167461d754b476b4fcc7726c492cc972ca654 (patch) | |
tree | d0a8060fe28a94b6fb24c002aa9744706e496b18 /.gitignore | |
parent | 1bc1f216e5682cd7918240f37f3709b642e08e2b (diff) |
clear out old files, add basic scripting
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,9 +1,8 @@ +doc/* +!doc/doxyfile + +src-old/* +include/* +build/* *~ -*.a -CMakeCache.txt -CMakeFiles/* -Makefile -cmake_install.cmake -doc/html *# -honey_engine_demo |