mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
cleanup gitignore
* remove unused entries * added pycharm folders
This commit is contained in:
parent
c1bc9535d7
commit
9f176e6d78
1 changed files with 3 additions and 53 deletions
56
.gitignore
vendored
56
.gitignore
vendored
|
@ -7,7 +7,6 @@
|
|||
\#*\#
|
||||
.\#*
|
||||
# xemacs
|
||||
*.flc
|
||||
# MacOS
|
||||
.DS_Store
|
||||
# Windows
|
||||
|
@ -21,13 +20,6 @@ __pycache__
|
|||
# backup files
|
||||
*.json
|
||||
|
||||
# do not keep autogenerated bjam.sh
|
||||
/*.sconf
|
||||
|
||||
# removing dist folder : folder receiving the compilation products
|
||||
/dist
|
||||
/.dist
|
||||
|
||||
# datas or personal files
|
||||
/data
|
||||
/scripts
|
||||
|
@ -39,51 +31,9 @@ __pycache__
|
|||
# in case uncrustify.sh script fails, do not commit the temporary file
|
||||
/files_to_uncrustify_delete_me.txt
|
||||
|
||||
# in case scons configure fails, do not commit the temporary file
|
||||
/config.log
|
||||
|
||||
# do not keep tuttlePluginCache.xml in case you one executes sam
|
||||
/*.xml
|
||||
/*.dot
|
||||
/*.log
|
||||
|
||||
# IDEs folders
|
||||
*.qmlproject*
|
||||
/nbproject
|
||||
.idea
|
||||
.cache
|
||||
|
||||
# visual projects
|
||||
*.sln
|
||||
*.suo
|
||||
*.vcxproj
|
||||
*.vcxproj.*
|
||||
# visual projects create log files into directories
|
||||
Debug
|
||||
Release
|
||||
Production
|
||||
|
||||
|
||||
.bofx
|
||||
.project
|
||||
.pydevproject
|
||||
2.0
|
||||
buttle_perso.config
|
||||
buttle_perso.creator
|
||||
buttle_perso.creator.user
|
||||
buttle_perso.files
|
||||
buttle_perso.includes
|
||||
buttleofx/buttle.config
|
||||
buttleofx/buttle.creator
|
||||
buttleofx/buttle.creator.user
|
||||
buttleofx/buttle.files
|
||||
buttleofx/buttle.includes
|
||||
buttleofx/buttle_perso.config
|
||||
buttleofx/buttle_perso.creator
|
||||
buttleofx/buttle_perso.creator.user
|
||||
buttleofx/buttle_perso.files
|
||||
buttleofx/buttle_perso.includes
|
||||
fontconfig/
|
||||
|
||||
ButtleOFX.config
|
||||
ButtleOFX.creator
|
||||
ButtleOFX.creator.user
|
||||
ButtleOFX.files
|
||||
ButtleOFX.includes
|
||||
|
|
Loading…
Add table
Reference in a new issue