1# git ls-files --others --exclude-from=.git/info/exclude 2# Lines that start with '#' are comments. 3# For a project mostly in C, the following would be a good set of 4# exclude patterns (uncomment them if you want to use them): 5# *.[oa] 6# *~ 7WinRAR.ini 8testAPIKey.txt 9BuildArchive.cmd 10*.tlog 11*.cache 12*.suo 13*.pdb 14*.pfx 15*.jbf 16*.user 17*.userosscache 18*.sln.docstates 19*.vcxproj.filters 20*.userprefs 21[Dd]ebug/ 22[Dd]ebugPublic/ 23[Rr]elease/ 24[Rr]eleases/ 25x64/ 26x86/ 27bld/ 28[Bb]in/ 29[Oo]bj/ 30[Bb]uild/ 31[Dd]ist/ 32 33