X-Git-Url: http://developer.intra2net.com/git/?p=nagios-monitoring;a=blobdiff_plain;f=.gitignore;fp=.gitignore;h=7b7579818f56759883120571a51793bb9a093255;hp=0000000000000000000000000000000000000000;hb=0d6cf38b455bcf27c4a0bd3131a1ff8d51bccc03;hpb=d6d37c3f5d2fd60fb1fcf43becadd17b4b71a62c diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b75798 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# Normal stuff +*.o +*.a +*.so +*.lo +*.la +*.pc +.deps/ +.libs/ +build/ + +# Automake +Makefile +Makefile.in +autom4te.cache +aclocal.m4 +libtool +stamp-h1 +configure +config.* +*.substvars +ltmain.sh +missing +install-sh +depcomp +INSTALL + +# kdevelop +*.kdevelop.pcs +*.kdevses + +# Doxygen documentation +Doxyfile +*/doc/Doxyfile +*/doc/html + +# Backup files and stuff from patches +*.orig +*.rej +*~ + +# Misc +TEMP/