Added a .gitignore file to ignore the local build folder, and a few other project related files that don't need to be checked in.

This commit is contained in:
Jonathan Thomas
2015-08-02 20:35:45 -05:00
parent 03c9f06708
commit 8bd9e43cd5
2 changed files with 7 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ build/*
*.DS_Store
.pydevproject
.settings
.idea/*

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
build/
build/*
*.DS_Store
.pydevproject
.settings
.idea/*