/.gitignore
gitignore | 78 lines | 63 code | 1 blank | 14 comment | 0 complexity | cbd882c4f94db849f5ca6de1d5e8415c MD5 | raw file
1# 2# X.Org module default exclusion patterns 3# The next section if for module specific patterns 4# 5# Do not edit the following section 6# GNU Build System (Autotools) 7aclocal.m4 8autom4te.cache/ 9autoscan.log 10ChangeLog 11compile 12config.guess 13config.h 14config.h.in 15config.log 16config-ml.in 17config.py 18config.status 19config.status.lineno 20config.sub 21configure 22configure.scan 23depcomp 24.deps/ 25INSTALL 26install-sh 27.libs/ 28libtool 29libtool.m4 30ltmain.sh 31lt~obsolete.m4 32ltoptions.m4 33ltsugar.m4 34ltversion.m4 35Makefile 36Makefile.in 37mdate-sh 38missing 39mkinstalldirs 40*.pc 41py-compile 42stamp-h? 43symlink-tree 44texinfo.tex 45ylwrap 46 47# Do not edit the following section 48# Edit Compile Debug Document Distribute 49*~ 50*.[0-9] 51*.[0-9]x 52*.bak 53*.bin 54core 55*.dll 56*.exe 57*-ISO*.bdf 58*-JIS*.bdf 59*-KOI8*.bdf 60*.kld 61*.ko 62*.ko.cmd 63*.lai 64*.l[oa] 65*.[oa] 66*.obj 67*.patch 68*.so 69*.pcf.gz 70*.pdb 71*.tar.bz2 72*.tar.gz 73# 74# Add & Override patterns for libXpm 75# 76# Edit the following section as needed 77# For example, !report.pc overrides *.pc. See 'man gitignore' 78#