Skip to content

Commit e10e628

Browse files
committed
git: .gitignore update
ignore all "dot" files/directories by default. 'ignored' files can be added via 'git add -f' command if necessary.
1 parent 738b388 commit e10e628

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
# ignore dot files/directories
2+
.*
3+
!.gitignore
4+
15
*.autosave
26
*.pyc
37
*.user
48
*~
5-
.*.swp
6-
.DS_Store
7-
.sw[a-z]
89
tags
910
tegra/
10-
.cache

0 commit comments

Comments
 (0)