Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
exclude .bak to git-tracked files
- Loading branch information
Arnaud Bouchez
committed
Oct 22, 2019
1 parent
de52904
commit 6418cc78e6fa565ef00f03a8a62ec9fb0d42ef91
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -73,6 +73,7 @@ fpc/ | ||
__history/ | ||
__recovery/ | ||
*.~* | ||
*.bak | ||
|
||
# Castalia statistics file (since XE7 Castalia is distributed with Delphi) | ||
*.stat | ||
@@ -84,4 +85,4 @@ _FOSSIL_ | ||
*.txt | ||
|
||
backup/ | ||
.idea/ | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1 +1 @@ | ||
'1.18.5414' | ||
'1.18.5416' |