diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2018-05-02 13:23:12 +0200 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2018-05-02 14:25:00 +0200 |
commit | a9fa063afd9717a341ed6e3b8dfb6cd1666826c8 (patch) | |
tree | 9b4a30bb7493117bc2e69c6676c6938578762e62 | |
parent | c620a591b3e5b48e1a185371208ba6ebf704cb6f (diff) |
Update gitignore, editorconfig
-rw-r--r-- | .editorconfig | 5 | ||||
-rw-r--r-- | .gitignore | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..14115ef --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{c,h}] +indent_style = tab +indent_size = 8 @@ -1,2 +1,11 @@ *.o *.ko +*.mod.c +*.order +*.symvers +*.cmd +.tmp_versions/ + +*.swp +tags +linux |