diff options
author | Camil Staps | 2016-10-02 12:13:15 +0000 |
---|---|---|
committer | Camil Staps | 2016-10-02 12:13:15 +0000 |
commit | f7f261f93896e2c7123db4742eb4d7efda246bf8 (patch) | |
tree | 0026a048f689a0d30b701d3e72b214eda88ee44b /.gitignore |
Initial commit
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..053dbc4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.abc +!_system.abc + +*.s +!cgopts.s + +a.out +Clean System Files/ +*.o + +test |