Archived
1
0
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Fourmi/.gitignore
2014-06-17 21:43:53 +02:00

36 lines
416 B
Plaintext

#EDITOR AND IDE SPECIFIC SETTINGFILES
.idea
#Python Specific ignores
*.pyc
#may contain authentication information
sources.cfg
#Another of our config files
GUI/gui.cfg
#THINGS WE WOULD NEVER EVER WANT!
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.dll
*.lib
*.sbr