mirror of
https://github.com/pissnet/pissircd.git
synced 2024-06-05 07:48:44 +01:00
94 lines
1.2 KiB
Text
94 lines
1.2 KiB
Text
# Ignore configure step
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.log
|
|
conftest.*
|
|
config.settings
|
|
extras/pcre2*
|
|
extras/c-ares*
|
|
config.status
|
|
extras/ircdcron/ircd.cron
|
|
extras/ircdcron/ircdchk
|
|
src/modules/chanmodes/Makefile
|
|
src/modules/extbans/Makefile
|
|
src/modules/usermodes/Makefile
|
|
src/modules/Makefile
|
|
src/modules/third/Makefile
|
|
/Makefile
|
|
/src/Makefile
|
|
/unrealircd
|
|
include/setup.h
|
|
|
|
# Ignore tags file
|
|
tags
|
|
|
|
# Ignore editor files
|
|
*\#*
|
|
*~
|
|
.dir-locals.el
|
|
|
|
# Ignore SSL Stuff
|
|
server.cert.pem
|
|
server.key.pem
|
|
server.req.pem
|
|
tls.rnd
|
|
|
|
# Ignores for platform stuff
|
|
.DS_Store
|
|
[D|d]esktop.ini
|
|
|
|
# Ignores for build artifacts
|
|
*.so
|
|
*.o
|
|
*.dSYM
|
|
*.dylib
|
|
src/ircd
|
|
src/version.c
|
|
src/include
|
|
|
|
# Ignores for windows stuff
|
|
## Binaries
|
|
*.dll
|
|
*.exe
|
|
*.map
|
|
*.pdb
|
|
*.lib
|
|
|
|
## Build artifacts
|
|
*.obj
|
|
*.exp
|
|
*.ilk
|
|
*.res
|
|
##Other
|
|
*.tmp
|
|
UnrealIRCd.def*
|
|
*.nativecodeanalysis.xml
|
|
|
|
# Ignores for mac stuff
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
|
|
## Other
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
|
|
src/macosx/build/
|
|
DerivedData
|
|
src/macosx/pods/
|
|
|
|
# Doxygen generated files
|
|
doc/doxygen/
|