Browse Source

Ignore build dir, compiled pyc files and editor tmp files.

pull/1/MERGE
Kun Kelvin Liu 6 years ago
parent
commit
7f1094709f
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .gitignore

+ 8
- 0
.gitignore View File

@@ -0,0 +1,8 @@
# Editor
*~
*.swp

# Build files
Prj-Linux/lpr/TEST_*
Prj-Linux/*build*/
*.pyc

Loading…
Cancel
Save