diff options
author | Johann Latocha | 2012-01-19 17:20:02 +0100 |
---|---|---|
committer | Johann Latocha | 2012-01-19 17:20:02 +0100 |
commit | b7fd7219ce4fc73939c912d4a02f5b8e4301ede7 (patch) | |
tree | 4a36476deebc1b7c66c459472a6b0183eaff3b47 /.gitignore | |
parent | initial commit (diff) | |
download | dnbd3-b7fd7219ce4fc73939c912d4a02f5b8e4301ede7.tar.gz dnbd3-b7fd7219ce4fc73939c912d4a02f5b8e4301ede7.tar.xz dnbd3-b7fd7219ce4fc73939c912d4a02f5b8e4301ede7.zip |
First working version :)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |