1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- # ---> Actionscript
- # Build and Release Folders
- bin/
- bin-debug/
- bin-release/
- # Other files and folders
- .settings/
- # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
- # should NOT be excluded as they contain compiler settings and other important
- # information for Eclipse / Flash Builder.
- # ---> AppEngine
- # Google App Engine generated folder
- appengine-generated/
- # ---> ArchLinuxPackages
- *.tar
- *.tar.*
- *.jar
- *.exe
- *.msi
- *.zip
- *.tgz
- *.log
- *.log.*
- *.sig
- pkg/
- src/
- # ---> Archives
- # It's better to unpack these files and commit the raw source because
- # git has its own built in compression methods.
- *.7z
- *.jar
- *.rar
- *.zip
- *.gz
- *.bzip
- *.bz2
- *.xz
- *.lzma
- *.cab
- #packing-only formats
- *.iso
- *.tar
- #package management formats
- *.dmg
- *.xpi
- *.gem
- *.egg
- *.deb
- *.rpm
- *.msi
- *.msm
- *.msp
|