Procházet zdrojové kódy

comments in gitignore

master
Pete McNeil před 4 roky
rodič
revize
c2ec3ba67b
2 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 2
    0
      .gitignore
  2. 5
    0
      bin/.gitignore

+ 2
- 0
.gitignore Zobrazit soubor

@@ -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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit