summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7cdc691..4b913e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,7 @@
# Libraries
*.lib
-*.a
+# *.a
# Shared objects (inc. Windows DLLs)
*.dll
@@ -24,3 +24,6 @@
# Sphinx
build/
+
+# editors
+*~