Skip to content

Commit c51567a

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 981009a commit c51567a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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
Thumbs.db
910
tags
1011
tegra/
@@ -21,4 +22,3 @@ bin/
2122
*.log
2223
*.tlog
2324
build
24-
.cache

0 commit comments

Comments
 (0)