Changeset 1520 for trunk/.gitignore
- Timestamp:
- Jun 24, 2012, 4:03:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitignore
r1518 r1520 43 43 # Visual Studio cruft 44 44 *.vcxproj.user 45 binaries/*Debug 46 binaries/*Release 45 47 build/vs2010/ipch 46 build/vs2010/*Debug47 build/vs2010/*Release48 48 build/vs2010/*.opensdf 49 49 build/vs2010/*.sdf … … 51 51 build/vs2010/*.log 52 52 build/vs2010/*.XGD 53 # Do not exclude anything in contrib ; this is currently one level54 # more than our current max53 # Do not exclude anything in contrib. There is no way to do this recursively 54 # but the nesting below is currently one level more than our current max. 55 55 !contrib/* 56 56 !contrib/*/*
Note: See TracChangeset
for help on using the changeset viewer.