Skip to content

Commit

Permalink
improved .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvpr committed Jun 5, 2022
1 parent e4b9b6b commit 065e684
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

### My ignores ###
# Exclude Folders
venv
bin
build

# Exclude Compiled Files
*.a
*.o
*.so
*.obj
*.exe
*.lib
*.dll
vpr-extract
Binary file removed Tests/ELF/elf.exe
Binary file not shown.
Binary file removed Tests/PE/pe.exe
Binary file not shown.
Binary file removed bin/vpr-extract
Binary file not shown.
Binary file removed build/main.o
Binary file not shown.

0 comments on commit 065e684

Please sign in to comment.