Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

FORMUS3IC_LAS3 / embb

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • embb
  • .gitignore
Find file
BlameHistoryPermalink
  • Tobias Schuele's avatar
    Added LaTeX *.bbl and *.blg files to ignore list. · 4f9b7b2f
    Tobias Schuele committed 10 years ago
    4f9b7b2f
.gitignore 207 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# The following files are ignored by Git

*.TMP
*.o
*.exe
build*
*~
*#

# Eclipse CDT project files
.project
.cproject
.settings/

# Latex output files
*.aux
*.bbl
*.blg
*.log
*.out
*.pdf
*.toc
*.synctex.gz