diff options
author | Camil Staps | 2015-08-08 19:58:36 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-08 19:58:36 +0200 |
commit | d075b4831a10db83840c5e2fd11fb2b59722adfc (patch) | |
tree | 20f7d14c8318b7e09e982e8f2ca8b8722afb8348 /.gitignore |
ObjectIO tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76cf637 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +* + +!.gitignore +!*.icl +!Makefile + +!*/ + |