weechat-xmpp/.gitignore

64 lines
541 B
Plaintext
Raw Normal View History

2021-06-25 22:39:20 +00:00
.direnv
2021-06-25 22:20:49 +00:00
*~
2018-05-06 00:09:58 +00:00
compile_commands.json
2021-07-22 04:04:15 +00:00
.cache
2018-05-04 00:31:06 +00:00
cscope*
2018-04-29 10:40:16 +00:00
*.d
2022-01-12 15:44:52 +00:00
*.gcno
*.gcda
*.json.gz
2018-04-29 10:40:16 +00:00
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
2022-01-11 23:32:34 +00:00
**/run
2018-04-29 10:40:16 +00:00
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
2022-01-11 17:28:36 +00:00
# Symbolic links
mdb.c
2022-03-26 18:15:47 +00:00
# Generated
sexp/lexer.yy.cc
sexp/location.hh
sexp/parser.output
sexp/parser.tab.cc
sexp/parser.tab.hh
sexp/position.hh
sexp/stack.hh