repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e00a6c5
)
Refine .gitignore
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 7 Oct 2022 15:20:29 +0000
(17:20 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 7 Oct 2022 15:20:29 +0000
(17:20 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index 8cf99a8db82658edd4a2ccfa610cfdddb5738464..edec4c70849a4ee012c78ca4af8e01cf7585b7e9 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,3
+1,18
@@
+### Git ###
+# Created by git for backups. To disable backups in Git:
+# $ git config --global mergetool.keepBackup false
+*.orig
+
+# Created by git when using merge tools for conflicts
+*.BACKUP.*
+*.BASE.*
+*.LOCAL.*
+*.REMOTE.*
+*_BACKUP_*.txt
+*_BASE_*.txt
+*_LOCAL_*.txt
+*_REMOTE_*.txt
+
# Logs
logs
*.log