Ignore all files in obj directory (#5)

This commit is contained in:
Dan Schaper
2017-02-16 12:50:13 -08:00
committed by DL6ER
parent bc72d39453
commit 6c666cb634
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
View File