You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
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:
@@ -3,3 +3,4 @@ build/*
|
||||
*.DS_Store
|
||||
.pydevproject
|
||||
.settings
|
||||
.idea/*
|
||||
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
build/
|
||||
build/*
|
||||
*.DS_Store
|
||||
.pydevproject
|
||||
.settings
|
||||
.idea/*
|
||||
Reference in New Issue
Block a user