diff options
author | Petre Eftime <[email protected]> | 2015-11-26 13:49:50 +0200 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2015-11-27 14:45:15 +0200 |
commit | 8bd02d2a96c31eac64fb4144cf928462c74f4623 (patch) | |
tree | 7be6c3b1bd26d383da55b46facc89acf1911b31d /.gitignore |
Version 0.2.0v0.2.0
Signed-off-by: Petre Eftime <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6612c266 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +build/ + +# Object files +*.o +*.lib +*.so +*.so.* +*.lo +*.la +*.pyc + +# Temp files +*.swp +*.swo +*~ + +# Eclipse files +.cproject +.project |