|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- ###############
- # folder #
- ###############
- /runtime
-
- ###############
- # fixed file #
- ###############
-
-
- #################
- ## Eclipse
- #################
-
- *.pydevproject
- .project
- .metadata
- bin/
- tmp/
- *.tmp
- *.swp
- *~.nib
- local.properties
- .classpath
- .settings/
- .loadpath
-
- # External tool builders
- .externalToolBuilders/
-
- # Locally stored "Eclipse launch configurations"
- *.launch
-
- # CDT-specific
- .cproject
-
- # PDT-specific
- .buildpath
-
-
- ############
- ## Windows
- ############
-
- # Windows image file caches
- Thumbs.db
-
- # Folder config file
- Desktop.ini
|