diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-06-05 14:16:30 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2016-06-05 17:47:56 +0100 |
commit | 4b33db010a2aa901b52c547a989faf6899aad7d9 (patch) | |
tree | 54de800b5770f0f7d0dc819f110bcdee0fd7e0fe | |
parent | dd82ac50b0b2b738bc702f2616fa0ce6b605cac6 (diff) |
Add git ignore file
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8fe1870 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.la +*.lo +*.o +.deps +.libs +Makefile +autom4te.cache +config.h +config.log +config.status +libtool +stamp-h1 +tools/mkpasswd +tools/respond |