diff options
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 |