Quellcode durchsuchen

comments in gitignore

master
Pete McNeil vor 4 Jahren
Ursprung
Commit
c2ec3ba67b
2 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 2
    0
      .gitignore
  2. 5
    0
      bin/.gitignore

+ 2
- 0
.gitignore Datei anzeigen

@@ -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 Datei anzeigen

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


Laden…
Abbrechen
Speichern