create_ponder_wonder

Exports Create ponders to disk.
git clone git://git.oshgnacknak.de/create_ponder_wonder.git
Log | Files | Refs | README

.gitignore (426B)


      1 ## Based on GitHub's Eclipse .gitignore
      2 
      3 run/
      4 .gradle/
      5 build/
      6 gradle-app.setting
      7 
      8 ## IntelliJ IDEA
      9 
     10 .idea/
     11 *.iml
     12 *.iws
     13 *.ipr
     14 
     15 ## Eclipse
     16 
     17 eclipse/
     18 *.pydevproject
     19 .project
     20 .metadata
     21 bin/
     22 tmp/
     23 *.tmp
     24 *.bak
     25 *.swp
     26 *~.nib
     27 local.properties
     28 .classpath
     29 .settings/
     30 .loadpath
     31 
     32 # External tool builders
     33 .externalToolBuilders/
     34 
     35 # Locally stored "Eclipse launch configurations"
     36 *.launch
     37 
     38 # CDT-specific
     39 .cproject
     40 
     41 # PDT-specific
     42 .buildpath