Ignoring file config

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 704eb92645
commit 51b2330bef
  1. 45
      .gitignore

45
.gitignore vendored

@ -0,0 +1,45 @@
# Compiled source #
###################
*.com
*.class
#*.dll
#*.exe
#*.o
#*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
# IDE #
#######
*.kdev4
*.cproject
*.xcodeproj
*.pdb
*.sln
*.suo
*.vcproj
*.ncb
Loading…
Cancel
Save