diff options
author | Nick McKinney <nick@kmonkey.net> | 2016-12-01 21:36:51 -0600 |
---|---|---|
committer | Nick McKinney <nick@kmonkey.net> | 2016-12-01 21:36:51 -0600 |
commit | 37db52dbd66db1fd43337082249c469eda39f776 (patch) | |
tree | eff432c8922c877f60aba36e216710e41d8304dd /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..310a92b --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +db/ +incremental_db/ +output_files/ +simulation/ +greybox_tmp/ +*.rpt +*.smsg +*.summary +*.pof +*.sof +*.done +*.bak +*.qws |