mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 10:21:59 +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
|
# xemacs
|
||||||
*.flc
|
|
||||||
# MacOS
|
# MacOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
# Windows
|
# Windows
|
||||||
|
@ -21,13 +20,6 @@ __pycache__
|
||||||
# backup files
|
# backup files
|
||||||
*.json
|
*.json
|
||||||
|
|
||||||
# do not keep autogenerated bjam.sh
|
|
||||||
/*.sconf
|
|
||||||
|
|
||||||
# removing dist folder : folder receiving the compilation products
|
|
||||||
/dist
|
|
||||||
/.dist
|
|
||||||
|
|
||||||
# datas or personal files
|
# datas or personal files
|
||||||
/data
|
/data
|
||||||
/scripts
|
/scripts
|
||||||
|
@ -39,51 +31,9 @@ __pycache__
|
||||||
# in case uncrustify.sh script fails, do not commit the temporary file
|
# in case uncrustify.sh script fails, do not commit the temporary file
|
||||||
/files_to_uncrustify_delete_me.txt
|
/files_to_uncrustify_delete_me.txt
|
||||||
|
|
||||||
# in case scons configure fails, do not commit the temporary file
|
# IDEs folders
|
||||||
/config.log
|
|
||||||
|
|
||||||
# do not keep tuttlePluginCache.xml in case you one executes sam
|
|
||||||
/*.xml
|
|
||||||
/*.dot
|
|
||||||
/*.log
|
|
||||||
|
|
||||||
*.qmlproject*
|
*.qmlproject*
|
||||||
/nbproject
|
/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
Add a link
Reference in a new issue