summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 58f0b1b..3bfe699 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
-# Ignore executable binary
-cfws
+# Ignore IDE and editor project files
+.vscode
-.vscode \ No newline at end of file
+# Ignore build output
+cfws
+*.o