diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-12-13 18:49:36 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-12-13 18:49:36 +0100 |
commit | da66d49b8a7bcc808df201bee5c7cb787b6f30b7 (patch) | |
tree | 2ded525251ba7b8dfd812edd8a0a29d06a6a3106 /.gitignore | |
download | zoom++-da66d49b8a7bcc808df201bee5c7cb787b6f30b7.tar zoom++-da66d49b8a7bcc808df201bee5c7cb787b6f30b7.zip |
Basic infrastructure
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2837841 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/build + +/.project +/.cproject +/.settings |