Browse Source

comments in gitignore

master
Pete McNeil 4 years ago
parent
commit
c2ec3ba67b
2 changed files with 7 additions and 0 deletions
  1. 2
    0
      .gitignore
  2. 5
    0
      bin/.gitignore

+ 2
- 0
.gitignore View File

@@ -1,3 +1,5 @@
# ignore the temporary stuff like objects etc...
# also ignore any tarballs makde for moving stuff around...
*.o
*.tar.gz


+ 5
- 0
bin/.gitignore View File

@@ -0,0 +1,5 @@
# Ignore everything in this directory except this file
# This directory is where finished binaries go.
*
!.gitignore


Loading…
Cancel
Save