Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Shindov authored Sep 21, 2021
1 parent 861929f commit e871bcc
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#.gitignore

#**/Demos/
#*.pptx
#*.zip
*.7z
*.rar

### IntelliJ IDEA ###
**/out/
**/.idea/*
!**/.idea/misc.xml
!**/.idea/modules.xml
*.iws
#*.iml
*.ipr

# 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

0 comments on commit e871bcc

Please sign in to comment.