aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-05-18 11:04:24 +0800
committerWeitian LI <liweitianux@gmail.com>2014-05-18 11:04:24 +0800
commit629b99d651a499be68e6b200dc6571896297770f (patch)
treebf865e68379cd6454bc3b415ada4e5e980a93794 /.gitignore
parenteaaa8c7bf363c349cb596d28e09bfd75dc6fb9d9 (diff)
downloaddotfiles-629b99d651a499be68e6b200dc6571896297770f.tar.bz2
small update to .gitignore and README.md
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 }}}