Skip to content

Commit 61e657d

Browse files
author
Tim Siwula
committed
updated global gitignore file
1 parent 3333106 commit 61e657d

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed
File renamed without changes.

git/gitignore_global.txt

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
########################################################################################
22
# Author: Tim Siwula <[email protected]>
33
# File: ~/.gitignore_global
4-
# Date: Mon Sep 4th 2017
4+
# Date: Wed Sep 27th 2017
55
# Docs: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
66
########################################################################################
77

8-
############################################
98
# Compiled source #
10-
############################################
9+
###################
1110
*.com
1211
*.class
1312
*.dll
1413
*.exe
1514
*.o
1615
*.so
1716

18-
############################################
1917
# Packages #
20-
############################################
18+
############
2119
# it's better to unpack these files and commit the raw source
2220
# git has its own built in compression methods
2321
*.7z
@@ -29,25 +27,20 @@
2927
*.tar
3028
*.zip
3129

32-
############################################
3330
# Logs and databases #
34-
############################################
31+
######################
3532
*.log
3633
*.sql
3734
*.sqlite
3835

39-
############################################
4036
# OS generated files #
41-
############################################
37+
######################
4238
.DS_Store
4339
.DS_Store?
4440
._*
4541
.Spotlight-V100
4642
.Trashes
4743
ehthumbs.db
4844
Thumbs.db
49-
50-
############################################
51-
# IDEA editor generated files #
52-
############################################
5345
.idea/
46+
*.iml

0 commit comments

Comments
 (0)