Browse Source

Initial commit

master
meng 2 years ago
commit
02fe4de16d
2 changed files with 22 additions and 0 deletions
  1. +20
    -0
      .gitignore
  2. +2
    -0
      README.md

+ 20
- 0
.gitignore View File

@@ -0,0 +1,20 @@
# ---> Actionscript
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/

# Other files and folders
.settings/

# Executables
*.swf
*.air
*.ipa
*.apk

# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.


+ 2
- 0
README.md View File

@@ -0,0 +1,2 @@
# CNVkit_pipeline


Loading…
Cancel
Save