Skip to content

Commit 9b5bcac

Browse files
author
xtreme8000
committed
add missing folders
1 parent d9f0ce1 commit 9b5bcac

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Desktop.ini
33
/nongithub
44
/dist
55
/src/*/
6-
/build
6+
/build/*/
77
*.lib
88
*.a
99
*.o

build/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore

libs/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore

0 commit comments

Comments
 (0)