Skip to content

Commit b253fd2

Browse files
committed
Fix for #6.
Added non-tracked LaTeX build files to .gitignore. Removed the .idx file from git tracking, as it's an intermediate file as well.
1 parent 02a1913 commit b253fd2

4 files changed

Lines changed: 11 additions & 218 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
PowerAPI_Community.aux
2+
PowerAPI_Community.bbl
3+
PowerAPI_Community.blg
4+
PowerAPI_Community.ilg
5+
PowerAPI_Community.ind
6+
PowerAPI_Community.log
7+
PowerAPI_Community.out
8+
PowerAPI_Community.toc
9+
PowerAPI_Community.idx
10+

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ clean:
2828
PowerAPI_Community.blg \
2929
PowerAPI_Community.log \
3030
PowerAPI_Community.out \
31+
PowerAPI_Community.idx \
3132
PowerAPI_Community.toc
3233

0 commit comments

Comments
 (0)