aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4d40434..e6ec6e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,11 @@
+## .gitignore
+
+*~
+*.swp
+
+### C {{{
+## generated by github
+
# Object files
*.o
*.ko
@@ -21,3 +29,4 @@
*.i*86
*.x86_64
*.hex
+### C }}}