diff options
author | louiz’ <louiz@louiz.org> | 2016-04-28 15:52:30 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-04-28 15:52:30 +0200 |
commit | 305e01c0b58ec5cfee276841488f9c24835ce923 (patch) | |
tree | 825e71b59286c2e094de214d57af7e1a359ec823 | |
parent | 98517e9a7b7873c15a5bde081a29be92c3dcfac3 (diff) | |
download | biboumi-305e01c0b58ec5cfee276841488f9c24835ce923.tar.gz biboumi-305e01c0b58ec5cfee276841488f9c24835ce923.tar.bz2 biboumi-305e01c0b58ec5cfee276841488f9c24835ce923.tar.xz biboumi-305e01c0b58ec5cfee276841488f9c24835ce923.zip |
Update .gitignore
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -29,5 +29,12 @@ *.gcov *.gcda +# Python files +*.pyc +*.pyo + # Build directories build/ + +# Clion directory +.idea/
\ No newline at end of file |