blob: a18739e69a2fde604b503c4a1f9421cac511e220 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
README
include=**/*.*
exclude=**/*.ncb
exclude=**/*.suo
exclude=**/*.exe
exclude=**/*.exe.config
exclude=**/*.bat
exclude=**/*.obj
exclude=**/*.pdb
exclude=**/*.lib
exclude=**/*.dll
exclude=**/*.plg
exclude=**/*.depend
exclude=**/*.dummy
exclude=**/Makefile.*
exclude=**/*Makefile*
exclude=**/Debug/**
exclude=**/Release/**
exclude=Freeze/backup/**
|