summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-04-28 15:52:30 +0200
committerlouiz’ <louiz@louiz.org>2016-04-28 15:52:30 +0200
commit305e01c0b58ec5cfee276841488f9c24835ce923 (patch)
tree825e71b59286c2e094de214d57af7e1a359ec823
parent98517e9a7b7873c15a5bde081a29be92c3dcfac3 (diff)
downloadbiboumi-305e01c0b58ec5cfee276841488f9c24835ce923.tar.gz
biboumi-305e01c0b58ec5cfee276841488f9c24835ce923.tar.bz2
biboumi-305e01c0b58ec5cfee276841488f9c24835ce923.tar.xz
biboumi-305e01c0b58ec5cfee276841488f9c24835ce923.zip
Update .gitignore
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1c8dd97..83cd31d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,5 +29,12 @@
*.gcov
*.gcda
+# Python files
+*.pyc
+*.pyo
+
# Build directories
build/
+
+# Clion directory
+.idea/ \ No newline at end of file