aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bbf313b..96395d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,9 @@
*.obj
*.elf
+# dependency files
+*.d
+
# Precompiled Headers
*.gch
*.pch
@@ -30,3 +33,6 @@
# Debug files
*.dSYM/
+
+# ignore eclipse noise
+/.cproject