mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 16:36:25 +02:00
gitignore
This commit is contained in:
parent
85d15cd887
commit
cfabc90911
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,11 +1,14 @@
|
||||||
|
#Generated files
|
||||||
.*.swp
|
.*.swp
|
||||||
*.so
|
*.so
|
||||||
*.o
|
*.o
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
#SWIG
|
||||||
brmdoor_nfc_wrap.cxx
|
brmdoor_nfc_wrap.cxx
|
||||||
brmdoor_nfc.py
|
brmdoor_nfc.py
|
||||||
|
|
||||||
|
#Vim, GDB, Doxygen
|
||||||
tags
|
tags
|
||||||
.gdb_history
|
.gdb_history
|
||||||
doc
|
doc
|
||||||
|
@ -13,6 +16,9 @@ doc
|
||||||
#Qt Creator files
|
#Qt Creator files
|
||||||
brmdoor_libnfc.config
|
brmdoor_libnfc.config
|
||||||
brmdoor_libnfc.creator
|
brmdoor_libnfc.creator
|
||||||
|
brmdoor_libnfc.creator.user
|
||||||
brmdoor_libnfc.files
|
brmdoor_libnfc.files
|
||||||
brmdoor_libnfc.includes
|
brmdoor_libnfc.includes
|
||||||
|
|
||||||
|
#Komodo IDE
|
||||||
|
brmdoor_libnfc.kpf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue