summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gielda <mgielda@antmicro.com>2014-04-25 12:49:52 +0200
committerMichael Gielda <mgielda@antmicro.com>2014-04-25 12:49:52 +0200
commitdae17097d5fb1784088fb28590ec7aa4bd6fb371 (patch)
tree6459da737abe23c039ed7c9b6e274f8f55643ba6
parente8e19f32e187c06a28c5e2179fcd96f9391fe583 (diff)
Removed .a from gitignore
-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
+*~