Skip to content

Commit

Permalink
Add gitignore to not commit .o and .txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Pham authored and Tony Pham committed May 17, 2017
1 parent efe4c2d commit ea69b85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Ignoring text Files
*.txt

#Ignoring all .o file
*.o

0 comments on commit ea69b85

Please sign in to comment.