diff options
-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 |
index : biboumi | ||
XMPP to IRC gateway, in C++. | louiz@louiz.org |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .gitignore | 7 |
@@ -29,5 +29,12 @@ *.gcov *.gcda +# Python files +*.pyc +*.pyo + # Build directories build/ + +# Clion directory +.idea/
\ No newline at end of file |