Skip to content

Commit

Permalink
uftrace: Ignore *.oy files in GIT
Browse files Browse the repository at this point in the history
Those files are for python extension module to use separate compile
flags.  So they are basically object files and no need to track them.

Signed-off-by: Namhyung Kim <[email protected]>
  • Loading branch information
namhyung committed Mar 24, 2024
1 parent c068e6b commit 1435767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.o
*.op
*.ot
*.oy
a.out
ftrace
uftrace
Expand Down

0 comments on commit 1435767

Please sign in to comment.