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
50
.gitignore
vendored
50
.gitignore
vendored
@ -1,5 +1,4 @@
|
|||||||
autom4te.cache
|
autom4te.cache
|
||||||
build
|
|
||||||
Debug
|
Debug
|
||||||
ELFIO.sdf
|
ELFIO.sdf
|
||||||
ELFIO.v11.suo
|
ELFIO.v11.suo
|
||||||
@ -8,5 +7,52 @@ ELFIO.opensdf
|
|||||||
ELFIOTest/Debug
|
ELFIOTest/Debug
|
||||||
|
|
||||||
examples/ELFDump/Debug
|
examples/ELFDump/Debug
|
||||||
|
elf_examples/*_copy
|
||||||
|
elf_examples/*_copy.elf
|
||||||
/ELFIO.v12.suo
|
/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