Skip to content

Commit

Permalink
Adding ignore entries.
Browse files Browse the repository at this point in the history
Adding basic ignore entry for example and main build directories.
  • Loading branch information
dreamer-coding authored Oct 12, 2019
1 parent 8227ea2 commit 1748f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build/
builddir/
test/sandbox
.DS_Store
examples/example_1/test1.exe
Expand All @@ -7,3 +8,4 @@ examples/example_2/all_tests.exe
examples/example_1/test1.out
examples/example_1/test2.out
examples/example_2/all_tests.out
examples/example_4/builddir

0 comments on commit 1748f00

Please sign in to comment.