28 lines
307 B
Plaintext
28 lines
307 B
Plaintext
#ignore temp files
|
|
*~
|
|
|
|
#ignore pdf files (just keep source files)
|
|
*.pdf
|
|
|
|
#ignore junk files from latex output
|
|
*.out
|
|
*.log
|
|
*.aux
|
|
*.dvi
|
|
*.ps
|
|
*minted*
|
|
|
|
#ignore junk files from compiling C code
|
|
*.o
|
|
|
|
#ignore other junk files
|
|
*.backup
|
|
*.kate-swp
|
|
*.swp
|
|
*.snm
|
|
*.vrb
|
|
*.nav
|
|
*.toc
|
|
|
|
#ignore files from CLion IDE
|
|
.idea/* |