diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a60b89 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# Normal rules +# +*.o +*.o.cmd +.*.cmd +*.g +\#* +.\#* +*~ + +# Top-level ignorables +/linux +/.config + +# Common generated subdirectores +shared +static |