Skip to content

Commit f61bcb3

Browse files
committed
Nice README and the .gitignore
1 parent 6817787 commit f61bcb3

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/bin/
2+
/obj/Debug/
3+
/Properties/
4+
/*.*
5+
!/*.cs
6+
!/*.txt
7+
!/.gitignore

README.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
This is a DXF library that currently supports entity tree construction and export of this tree to DXF format.
3+
So, in essence, it is a DXF generator for now.
4+
5+
I have written the library a long time ago for a project for my father. It doesn't contain unit tests - I didn't know what that is back then :) - but it is well written and has been used extensivly very succesfuly in that software.
6+
7+
If you look around the code you will see that everything is simple and clear.
8+
9+
If you like it and/or use it please let me know. It will me make all worm and fuzzy :)
10+
11+
If you are having any problems with it, also let me know. I will not get worm and fuzzy but I will try to help out.
12+
13+
The license is MIT so you can use it however you want as long as you mention me somewhere.

0 commit comments

Comments
 (0)