Skip to content

Commit af300dc

Browse files
committed
changed rules
1 parent 9ddc500 commit af300dc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.gitignore

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
*
33

44
# Ignore all files in subdirectories
5-
#**/**
5+
#/src/projects/**
66

77
# Unignore all with extensions
88
!*.*
99

1010
# Unignore all files in subdirectories
1111
/*
12-
!/*.asm
13-
!/*.c
14-
!/*.sh
15-
!/*.md
16-
!/*.txt
17-
!/*/
12+
!/src/projects/*.asm
13+
!/src/projects/*.c
14+
!/src/projects/*.sh
15+
!/src/projects/*.md
16+
!/src/projects/*.txt
17+
!/src/projects/*/
1818
/*/**
1919

20-
!/**/*.asm
21-
!/**/*.c
22-
!/**/*.sh
23-
!/**/*.md
24-
!/**/*.txt
20+
!/src/projects/**/*.asm
21+
!/src/projects/**/*.c
22+
!/src/projects/**/*.sh
23+
!/src/projects/**/*.md
24+
!/src/projects/**/*.txt
2525

2626
# Except source code files
2727
!.gitignore

0 commit comments

Comments
 (0)