Skip to content

Commit 35cc046

Browse files
committed
Added stuff to ignore file and fixed it.
1 parent d121587 commit 35cc046

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
/main.cpp
2-
/SimpleJSON.cbp
3-
/SimpleJSON.layout
1+
main.cpp
2+
SimpleJSON.cbp
3+
SimpleJSON.layout
44
*.depend
5-
/bin/*
6-
/obj/*
7-
/test.txt
8-
SimpleJSON_build_log.html
5+
bin/*
6+
obj/*
7+
test.txt
8+
SimpleJSON_build_log.html
9+
build/*

0 commit comments

Comments
 (0)