mirror of
https://github.com/n64dev/cen64.git
synced 2025-04-02 10:31:54 -04:00
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)
99 lines
991 B
Text
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/
|