Commit 1472e7c42c2f09ba4bcd33b4e4e4746977e1d2e5
1 parent
ef1b9f48
Exists in
master
Update .gitignore
Showing
1 changed file
with
33 additions
and
3 deletions
Show diff stats
.gitignore
1 | +*.*~ | |
2 | +*.a | |
3 | +*.bak | |
4 | +*.bin | |
5 | +*.csv | |
6 | +*.dbg | |
7 | +*.dcu | |
8 | +*.dll | |
9 | +*.drc | |
10 | +*.exe | |
11 | +*.ico | |
12 | +*.identcache | |
13 | +*.ini | |
14 | +*.local | |
15 | +*.lps | |
16 | +*.map | |
17 | +*.o | |
18 | +*.obj | |
19 | +*.or | |
20 | +*.ppu | |
21 | +*.res | |
22 | +*.res | |
23 | +*.rsj | |
24 | +*.rst | |
25 | +*.sublime-project | |
26 | +*.sublime-workspace | |
27 | +*.xml | |
28 | +*.zip | |
29 | +*.~*~ | |
1 | 30 | */backup/* |
2 | -id | |
31 | +*~ | |
3 | 32 | /P*/* |
4 | -*.zip | |
5 | -*.ini | |
6 | 33 | \ No newline at end of file |
34 | +__history | |
35 | +backup/* | |
36 | +id | |
7 | 37 | \ No newline at end of file | ... | ... |