mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +00:00
updated gitignore file
This commit is contained in:
parent
49c08c53e8
commit
c9cf1a6f8f
66
.gitignore
vendored
66
.gitignore
vendored
@ -1,12 +1,58 @@
|
||||
autom4te.cache
|
||||
build
|
||||
Debug
|
||||
ELFIO.sdf
|
||||
ELFIO.v11.suo
|
||||
ELFIO.opensdf
|
||||
|
||||
ELFIOTest/Debug
|
||||
|
||||
examples/ELFDump/Debug
|
||||
autom4te.cache
|
||||
Debug
|
||||
ELFIO.sdf
|
||||
ELFIO.v11.suo
|
||||
ELFIO.opensdf
|
||||
|
||||
ELFIOTest/Debug
|
||||
|
||||
examples/ELFDump/Debug
|
||||
elf_examples/*_copy
|
||||
elf_examples/*_copy.elf
|
||||
/ELFIO.v12.suo
|
||||
ELFIOTest/ELFIOTest
|
||||
|
||||
# various unwanted files (backups, objects, cmake artifacts)
|
||||
*~
|
||||
*.o
|
||||
*.kate-swp
|
||||
*.swp
|
||||
.#*
|
||||
\#*#
|
||||
CMakeCache.txt
|
||||
Makefile
|
||||
CMakeFiles
|
||||
/build*/
|
||||
*.res
|
||||
|
||||
# autotools artifacts
|
||||
.deps
|
||||
config.status
|
||||
|
||||
# eclipse project files
|
||||
.settings
|
||||
.project
|
||||
.cproject
|
||||
.cdtproject
|
||||
.cdtbuild
|
||||
|
||||
# netbeans project files
|
||||
/dist/
|
||||
Makefile
|
||||
.dep.inc
|
||||
nbproject
|
||||
|
||||
# QtCreator project files
|
||||
CMakeLists.txt.user
|
||||
|
||||
# ignore all _ prefixed directories (usually used for generated directories)
|
||||
_*/
|
||||
|
||||
# Latex build output
|
||||
*.pdf
|
||||
*.log
|
||||
*.out
|
||||
*.aux
|
||||
*.bbl
|
||||
*.toc
|
||||
*.blg
|
Loading…
Reference in New Issue
Block a user