diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3124259 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*.in +*.cache +.* +*.o +*.a +*~ +Makefile +aclocal.m4 +compile +config.* +configure +depcomp +install-sh +missing +stamp-h1 + +init +service +reboot +shutdown + +services/agetty +services/hostname +services/loopback +services/sysctl +services/hwclock |