cen64/.gitignore
Derek "Turtle" Roe c4afd44ed7 See long description
Replaced all references to simulation with emulation
Updated copyright year
Updated .gitignore to reduce chances of random files being uploaded to
the repo
Added .gitattributes to normalize all text files, and to ignore binary
files (which includes the logo and the NEC PDF)
2015-07-03 08:18:16 -04:00

99 lines
991 B
Text

# Other data #
/data
# Build files #
/build
# Swap files #
*.swp
# Qt files #
/debugger/cen64d
/debugger/*.o
/debugger/moc*_*.cpp
/debugger/*.pro.user*
/debugger/Makefile
/debugger/ui_main_window.h
# Compiled source/binaries #
######################
*.com
*.bat
*.class
*.dll
*.exe
*.o
*.so
*.deb
*.rpm
*.msi
*.msm
*.msp
*.dat
*.elf
*.pkg
# Archives #
######################
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.bzip
*.bz2
*.xz
*.lzma
*.cab
# Backups #
######################
*.bak
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
*~
.Spotlight-V100
.Trashes
ehthumbs.db
[Tt]humbs.db
Desktop.ini
$RECYCLE.BIN/
.AppleDouble
.LSOverride
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.directory
# CVS #
######################
/CVS/*
*/CVS/*
.cvsignore
*/.cvsignore
# Mercurial/HG #
######################
/.hg/*
*/.hg/*
.hgignore
# SVN #
######################
.svn/