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-12 22:29:23 +0100 |
commit | a7032de292d2b3c424acac3b61530eca98aacfe5 (patch) | |
tree | 83d61315d8da55439b9c8680de602686c864c6cb | |
parent | 4e3d5d30f673c7cc52a7aa2a50f7fda34bc1f4cc (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 |