File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
- syntax: glob
2
1
# Executables shouldn't go in the repository
3
- *.exe
2
+ / * .exe
4
3
# Nor should Vim swap files (what a disaster that would be)
5
- .*.swp
6
- .swp
7
- .*.swo
8
- .swo
4
+ / . * .swp
5
+ / .swp
6
+ / . * .swo
7
+ / .swo
9
8
# hg revert renames the file to *.orig but we don't want them... we reverted the changes to them, remember?
10
- *.orig
9
+ / * .orig
11
10
12
- *.pyc
11
+ / * .pyc
13
12
14
- Data/*
13
+ / Data /* *
15
14
16
- Other/Source/PortableApps.comInstaller*
17
- App/AppInfo/Launcher/Debug.nsh
18
- App/AppInfo/Launcher/Custom.nsh
15
+ / Other /Source /PortableApps.comInstaller *
16
+ / App /AppInfo /Launcher /Debug.nsh
17
+ / App /AppInfo /Launcher /Custom.nsh
19
18
20
19
# generated by sphinx from Other/Source/Manual
21
- App/Manual/*
22
- Other/Source/Manual/_build/*
20
+ / App /Manual /* *
21
+ / Other /Source /Manual /_build /* *
You can’t perform that action at this time.
0 commit comments