Skip to content

Commit

Permalink
Add gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
ackerleytng committed Jun 25, 2020
1 parent 38a09fc commit 646dfa4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.DS_Store
.idea
*.log
tmp/


*.o
compile_commands.json
.clangd/
4 changes: 4 additions & 0 deletions 05-containers-algorithms/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name-age
name-age-class
vector-sort
write-read-file

0 comments on commit 646dfa4

Please sign in to comment.